Re: Transaction and SQL errors

Поиск
Список
Период
Сортировка
От Sebastien Flaesch
Тема Re: Transaction and SQL errors
Дата
Msg-id DBAP191MB1289EB1811010BAF470B6228B0E59@DBAP191MB1289.EURP191.PROD.OUTLOOK.COM
обсуждение исходный текст
Ответ на Re: Transaction and SQL errors  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
Список pgsql-general
Hi Karsten,

No...  see the doc: https://www.postgresql.org/docs/14/app-psql.html

ON_ERROR_ROLLBACK

When set to on, if a statement in a transaction block generates an error, the error is ignored and the transaction continues.

Seb

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

Предыдущее
От: "J. Roeleveld"
Дата:
Сообщение: Select .... where id not in (....) returns 0 incorrectly
Следующее
От: Sebastien Flaesch
Дата:
Сообщение: Re: Transaction and SQL errors