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

From Tom Lane
Subject Re: [HACKERS] EXECUTE status (was Re: About server side prepare)
Date
Msg-id 23639.1040407015@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] EXECUTE status (was Re: About server side prepare)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [HACKERS] EXECUTE status (was Re: About server side prepare)  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-odbc
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I think it should return "EXECUTE" with the counts from the commands.
> Does that make sense?

No.  It would break client libraries, which only expect command tags
INSERT, UPDATE, DELETE to be followed by counts.  Also, INSERT has two
numbers associated with it, the others only one; if we allow both those
cases for EXECUTE then life gets even worse for the client library.

            regards, tom lane

pgsql-odbc by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] EXECUTE status (was Re: About server side prepare)
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] EXECUTE status (was Re: About server side prepare)