On Fri, Jan 26, 2018 at 8:57 AM, Robert Zenz <robert.z...@sibvisions.com>
wrote:

> In PostgreSQL the use of savepoints is
> required:
>
>     start transaction
>     insert into A
>     create savepoint
>     insert into B but fail
>     rollback to savepoint
>     insert into C
>     commit
>
> Otherwise the transaction is, after the failed statement, in a state in
> which it
> can not be used anymore. Is that correct?


​Yes.

David J.
​

Reply via email to