Information on savepoint requirement within transctions

From: Robert Zenz <robert(dot)zenz(at)sibvisions(dot)com>
To: General PostgreSQL List <pgsql-general(at)postgresql(dot)org>
Subject: Information on savepoint requirement within transctions
Date: 2018-01-26 14:47:19
Message-ID: 5A6B3F78.6030908@sibvisions.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm currently doing a small writeup of a bug fix in our framework which involves
savepoints in PostgreSQL (JDBC). However, I have a hard time locating the
documentation regarding this. I mean, from what I can extract from various
sources, PostgreSQL requires to use savepoints if one wants to continue a
transaction after a failed statement, but I can't find where in the
documentation that is stated and documented.

Can somebody point me to the correct location where this is documented and maybe
even explained why that is the case?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Julio Cesar Tenganan Daza 2018-01-26 14:54:32 RE: Using Token (JWT) authentication mechanism in Postgres
Previous Message Ian Harding 2018-01-26 14:00:29 Re: AFTER UPDATE trigger updating other records