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