Re: BEGIN inside transaction should be an error

Поиск
Список
Период
Сортировка
От Mario Weilguni
Тема Re: BEGIN inside transaction should be an error
Дата
Msg-id 200605101236.07403.mweilguni@sime.com
обсуждение исходный текст
Ответ на Re: BEGIN inside transaction should be an error  (Bernd Helmle <mailings@oopsware.de>)
Ответы Re: BEGIN inside transaction should be an error  (Bernd Helmle <mailings@oopsware.de>)
Список pgsql-hackers
Am Mittwoch, 10. Mai 2006 11:44 schrieb Bernd Helmle:
> --On Mittwoch, Mai 10, 2006 10:14:22 +0200 Mario Weilguni
>
> <mweilguni@sime.com> wrote:
> > No, I want that there is a setting or GUC that controls whether an error
> > or a  warning is raised when "begin" is executed within a transaction. I
> > know of  several php database wrappers that will be seriously broken when
> > errors are  raised...
>
> Such a behavior is already broken by design. I think it's not desirable to
> blindly do
> transaction start or commit without tracking the current transaction state.
> So these wrappers
> need to be fixed first.

You mean broken like "transform_null_equals"? Or "add_missing_from"? 


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

Предыдущее
От: Mario Weilguni
Дата:
Сообщение: Re: BEGIN inside transaction should be an error
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: [GENERAL] intarray internals