Re: Roadmap for FE/BE protocol redesign - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Roadmap for FE/BE protocol redesign
Date
Msg-id 2787.1053831313@sss.pgh.pa.us
Whole thread Raw
In response to Re: Roadmap for FE/BE protocol redesign  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Roadmap for FE/BE protocol redesign
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Added to TODO:

> * Allow clients to get data types, typmod, schema.table.column names from
>   result sets, either via the backend protocol or a new QUERYINFO command

Uh ... this is already done, at least as far as the protocol is
concerned.  We do need to backfill support in libpq, etc.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Yet another configuration patch with include, and configuration
Next
From: Tom Lane
Date:
Subject: Re: UPDATE pg_language SET lanpltrusted=true WHERE lanname='plpgsql'