executing prepared select, missing RowDescription info

From: Kris Jurka <books(at)ejurka(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: executing prepared select, missing RowDescription info
Date: 2004-04-18 10:09:47
Message-ID: Pine.BSO.4.56.0404180503090.31686@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


When executing a prepared select statement, the returned RowDescription
protocol message does not have any information for the table oid or column
position. Running the equivalent select without prepare provides this
information, so I don't see why the act of preparing and executing the
statement removes this valuable data. Any insight on why it isn't there
or how to fix it?

Kris Jurka

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2004-04-18 12:09:32 Re: [HACKERS] Remove MySQL Tools from Source?
Previous Message Shachar Shemesh 2004-04-18 07:52:31 Re: [HACKERS] Remove MySQL Tools from Source?