Re: Roadmap for FE/BE protocol redesign
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Hiroshi Inoue <Inoue@tpf.co.jp>
Cc: Bruce Momjian <pgman@candle.pha.pa.us>, pgsql-hackers@postgresql.org, pgsql-interfaces@postgresql.org
Date: 2003-03-11T14:45:32Z
Lists: pgsql-hackers
Hiroshi Inoue <Inoue@tpf.co.jp> writes:
> What the driver has suffered from is to get the
> fields' info of a query result or the parameters'
> info of a statement. The info is needed even before
> the execution of the statement(i.e it's only prepared).
Hm. Are you saying that you would like PREPARE to send back a
RowDescription ('T') message? Or is there more to it than that?
regards, tom lane