Re: Getting the results columns before execution - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Getting the results columns before execution
Date
Msg-id 28390.1075064123@sss.pgh.pa.us
Whole thread Raw
In response to Re: Getting the results columns before execution  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Getting the results columns before execution  (Jan Wieck <JanWieck@Yahoo.com>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom Lane wrote:
>>> Are those exposed through the libpq interface?
>> 
>> No, because libpq doesn't really have any concept of prepared statements.
>> It would probably make sense to add some more API to libpq to allow
>> creation and interrogation of prepared statements, but no one's got
>> around to that yet.

> Uh, if libpq doesn't know about it, how is that information accessed?

That's exactly the problem...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Named arguments in function calls
Next
From: Dennis Bjorklund
Date:
Subject: Re: Named arguments in function calls