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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [INTERFACES] Roadmap for FE/BE protocol redesign
Дата
Msg-id Pine.LNX.4.44.0303181551230.3331-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: [INTERFACES] Roadmap for FE/BE protocol redesign  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [INTERFACES] Roadmap for FE/BE protocol redesign
Список pgsql-hackers
Bruce Momjian writes:

> What if folks want all their connections autocommit off.

For interactive use, people can record their preferred setting in
~/.psqlrc or something like that.

But any non-interactive program is written with a specific autocommit
setting in mind.  Either it assumes that single statements are
automatically committed or it issues explicit COMMIT commands.  That
means, the choice of autocommit mode is always ultimately determined by
the client, never by the server or its administrator.

For that very reason most standard interfaces define in their
specification whether applications must assume autocommit behavior or must
not do so.

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Nested transactions
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: anyone? CREATELANG in pgsql 7.3.2 failing