Re: [INTERFACES] Roadmap for FE/BE protocol redesign

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [INTERFACES] Roadmap for FE/BE protocol redesign
Дата
Msg-id 14166.1048269607@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [INTERFACES] Roadmap for FE/BE protocol redesign  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [INTERFACES] Roadmap for FE/BE protocol redesign  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> But isn't that like saying that the spec doesn't apply to libpq at all. 
> Why would autocommit not apply but other queries specification apply?

No, you're missing the point.  Essentially all the client libraries
offer their own autocommit behavior on top of what the spec says.
libpq is alone in not having any such client-side logic.  So it's not
a foregone conclusion that we should implement autocommit on/off logic
on the server side as a substitute for adding it to libpq.  We have
now tried doing it on the server side, and we are finding that we don't
like the side-effects; so it's time to revisit that decision.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [INTERFACES] Roadmap for FE/BE protocol redesign
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [INTERFACES] Roadmap for FE/BE protocol redesign