Re: [HACKERS] EXECUTE status (was Re: About server side prepare)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] EXECUTE status (was Re: About server side prepare)
Дата
Msg-id 23639.1040407015@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] EXECUTE status (was Re: About server side prepare)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [HACKERS] EXECUTE status (was Re: About server side prepare)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] EXECUTE status (was Re: About server side prepare)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] EXECUTE status (was Re: About server side prepare)