Information on savepoint requirement within transctions - Mailing list pgsql-general

From Robert Zenz
Subject Information on savepoint requirement within transctions
Date
Msg-id 5A6B3F78.6030908@sibvisions.com
Whole thread Raw
Responses Re: Information on savepoint requirement within transctions  (Melvin Davidson <melvin6925@gmail.com>)
List 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?

pgsql-general by date:

Previous
From: Ian Harding
Date:
Subject: Re: AFTER UPDATE trigger updating other records
Next
From: Julio Cesar Tenganan Daza
Date:
Subject: RE: Using Token (JWT) authentication mechanism in Postgres