Re: Functions, savepoints, autocommit = I am confused !

Поиск
Список
Период
Сортировка
От Tim Smith
Тема Re: Functions, savepoints, autocommit = I am confused !
Дата
Msg-id CA+HuS5GR6QzhUa2YGz3GyQzWN8W84jLU+ub=1Yvc3Tz06jpLLw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Functions, savepoints, autocommit = I am confused !  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-general
> You need to trap exceptions and in the handler block issue a
>
> ROLLBACK TO SAVEPOINT
>
> http://www.postgresql.org/docs/9.4/static/sql-rollback-to.html
>
>
> otherwise the the ROLLBACK issued at pg-session end will simply rollback
> everything.
>
> David J.
>

Thanks, will take a look.


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

Предыдущее
От: Tim Smith
Дата:
Сообщение: Re: Functions, savepoints, autocommit = I am confused !
Следующее
От: Tim Smith
Дата:
Сообщение: Re: Functions, savepoints, autocommit = I am confused !