Re: [GENERAL] Auto-Rollback option

Поиск
Список
Период
Сортировка
От mpomykacz
Тема Re: [GENERAL] Auto-Rollback option
Дата
Msg-id 1486998955904-5943950.post@n3.nabble.com
обсуждение исходный текст
Ответ на Re: [GENERAL] Auto-Rollback option  (Adrian Klaver <adrian.klaver@aklaver.com>)
Ответы Re: [GENERAL] Auto-Rollback option  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general
So my problem is like this:

I start the transaction with BEGIN TRANSACTION;
Then I have for example some INSERTs to DB
and at the end COMMIT; and END TRANSACTION;

But if one of this INSERTs causes error, the transaction will stop (but it
is still open and next patch is implemented within the same transaction).

When I turn the Auto-Rollback on everything is ok : in situation like this
my transaction is automatically rollbacked and closed.

But I do not want to do the Auto-Rollback click manualy in the Option menu
or query editor window (because I can not be sure that the person who will
run the patch would remember about this click).

I'm using 1.22.1 version.





--
View this message in context: http://postgresql.nabble.com/Auto-Rollback-option-tp5943942p5943950.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


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

Предыдущее
От: Achilleas Mantzios
Дата:
Сообщение: Re: [GENERAL] Auto-Rollback option
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: [GENERAL] Potential bug with pg_notify