Re: EXECUTE status (was Re: [ODBC] About server side prepare) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: EXECUTE status (was Re: [ODBC] About server side prepare)
Date
Msg-id 23730.1040407378@sss.pgh.pa.us
Whole thread Raw
In response to Re: EXECUTE status (was Re: [ODBC] About server side prepare)  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> It is easy to determine what tag to return?  Remember the discussion on
> rules and that only the original tag should be returned.  Is there
> always one obvious tag to an execute?

I would think we'd do it via the rule that we return the same thing
you'd get if you directly issued the query that appears as the body
of the PREPARE command.  All the special cases for rules and so on
seem to apply the same way if you do that.

            regards, tom lane

pgsql-hackers by date:

Previous
From: "Jeroen T. Vermeulen"
Date:
Subject: Re: EXECUTE status (was Re: [ODBC] About server side prepare)
Next
From: Tom Lane
Date:
Subject: Re: EXECUTE status (was Re: [ODBC] About server side prepare)