Re: Transaction aborts on syntax error.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Transaction aborts on syntax error.
Дата
Msg-id 4153.1076599082@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Transaction aborts on syntax error.  ("Jeroen T. Vermeulen" <jtv@xs4all.nl>)
Список pgsql-hackers
"Jeroen T. Vermeulen" <jtv@xs4all.nl> writes:
> It does require that the application be meticulous in its checking though.
> Existing client programs, for instance, may ignore any errors coming back
> from PQexec() during the transaction and just see if the COMMIT succeeds.
> Such could would break in very nasty ways with this change.

I think it's a given that the *default* behavior will not change.
You'll have to do something --- at least set a SET variable --- to get
intratransaction error recovery to behave differently.  The risk of
breaking existing clients in subtle ways is too great if we do
otherwise.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Circular-freelist bug is still there
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: Idea about better configuration options for sort memory