Re: TODO: Add a GUC to control whether BEGIN inside

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: TODO: Add a GUC to control whether BEGIN inside
Дата
Msg-id 200701021153.18689.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: TODO: Add a GUC to control whether BEGIN inside  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: TODO: Add a GUC to control whether BEGIN inside  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: TODO: Add a GUC to control whether BEGIN inside  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-hackers
Am Donnerstag, 28. Dezember 2006 18:57 schrieb Bruce Momjian:
> I think you can make the case that this should be an error, or at least
> that's how it got on the TODO list.  I can always remove it if people
> don't want the item completed.

The reason this was added is that modular applications expect that a locally 
issued BEGIN ... COMMIT executes a transaction, whereas now you don't know 
what you're getting.  I think this change would have merit.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: TODO: Add a GUC to control whether BEGIN inside
Следующее
От: "Neil Conway"
Дата:
Сообщение: Re: float8 width_bucket function