Re: [HACKERS] executing prepared select, missing RowDescription info

2004-04-19 Thread Christoph Haller
- Begin Forwarded Message - >From To:[EMAIL PROTECTED] Mon Apr 19 11:08:57 2004 Date: Mon, 19 Apr 2004 11:08:57 METDST To: [EMAIL PROTECTED] (Tom Lane) Subject: Re: [HACKERS] executing prepared select, missing RowDescription info In-Reply-To: <[EMAIL PROTECTED]>;

Re: [HACKERS] executing prepared select, missing RowDescription info

2004-04-18 Thread Tom Lane
Kris Jurka <[EMAIL PROTECTED]> writes: > 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 th