Re: SPI equivalent for libpq PQftable & PQFtablecolumn

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SPI equivalent for libpq PQftable & PQFtablecolumn
Дата
Msg-id 20468.1087571030@sss.pgh.pa.us
обсуждение исходный текст
Ответ на SPI equivalent for libpq PQftable & PQFtablecolumn  (Darko Prenosil <darko.prenosil@finteh.hr>)
Список pgsql-hackers
Darko Prenosil <darko.prenosil@finteh.hr> writes:
>     What is SPI equivalent for libpq PQftable & PQFtablecolumn functions ?

There is none.  SendRowDescriptionMessage gets the column ID info by
rooting around in the targetlist of the SELECT query, and you'd have
to do the same.
        regards, tom lane


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