Thanks (again) Tom, I'll try to do as You suggested.
I was poking around backend libpq, but was unable to find where exactly
that information is prepared and send to libpq buffer.

Regards !

----- Original Message -----
From: "Tom Lane" <[EMAIL PROTECTED]>
To: "Darko Prenosil" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, June 18, 2004 5:03 PM
Subject: Re: [HACKERS] SPI equivalent for libpq PQftable & PQFtablecolumn


> Darko Prenosil <[EMAIL PROTECTED]> 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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faqs/FAQ.html
>


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to