Re: SPI equivalent for libpq PQftable & PQFtablecolumn

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Darko Prenosil <darko(dot)prenosil(at)finteh(dot)hr>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: SPI equivalent for libpq PQftable & PQFtablecolumn
Date: 2004-06-18 15:03:50
Message-ID: 20468.1087571030@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Darko Prenosil <darko(dot)prenosil(at)finteh(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-06-18 15:26:23 Re: korean encoding, but sort order bad
Previous Message Abhijit Menon-Sen 2004-06-18 15:02:45 specifying multiple result format codes with libpq