executing prepared select, missing RowDescription info

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема executing prepared select, missing RowDescription info
Дата
Msg-id Pine.BSO.4.56.0404180503090.31686@leary.csoft.net
обсуждение исходный текст
Ответы Re: executing prepared select, missing RowDescription info  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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


В списке pgsql-hackers по дате отправления:

Предыдущее
От:
Дата:
Сообщение: PITR, nested transactions, tablespaces, 2-phase commit: Status request
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Remove MySQL Tools from Source?