Re: Querying Headers - Mailing list pgsql-general

From Tom Lane
Subject Re: Querying Headers
Date
Msg-id 21370.1204337866@sss.pgh.pa.us
Whole thread Raw
In response to Re: Querying Headers  (pw <p.willis@telus.net>)
List pgsql-general
pw <p.willis@telus.net> writes:
>> I am curious if there is a postgresql function that will
>> return a list of header names based on an input query text.

No, but there is support for such things at the wire protocol level
--- specifically, Parse followed by Describe Statement would get you
the result column names and types.  How much of that is exposed by
the interface library you use would depend on the library; in recent
libpq versions you would use PQprepare then PQdescribePrepared.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Confused about CASE
Next
From: "Shane Wright"
Date:
Subject: Re: Upgrade to 8.3.0?