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

From Melvin Davidson
Subject Re: Information on savepoint requirement within transctions
Date
Msg-id CANu8Fixd_cKLouG_euktWHs12Nc7Ld5VXZ-qu13yuSs7HKnVPw@mail.gmail.com
Whole thread Raw
In response to Information on savepoint requirement within transctions  (Robert Zenz <robert.zenz@sibvisions.com>)
Responses Re: Information on savepoint requirement within transctions  (Robert Zenz <robert.zenz@sibvisions.com>)
List pgsql-general


On Fri, Jan 26, 2018 at 9:47 AM, Robert Zenz <robert.zenz@sibvisions.com> wrote:
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?

You have not specified which version of PostgreSQL you are using (or your O/S), but is this the documention you are looking for?





--
Melvin Davidson
I reserve the right to fantasize.  Whether or not you
wish to share my fantasy is entirely up to you.

pgsql-general by date:

Previous
From: Julio Cesar Tenganan Daza
Date:
Subject: RE: Using Token (JWT) authentication mechanism in Postgres
Next
From: Steven Winfield
Date:
Subject: RE: A little RULE help?