Savepoints in plpgsql - Mailing list pgsql-docs

From PG Doc comments form
Subject Savepoints in plpgsql
Date
Msg-id 172076354433.736586.14347210271966220018@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Savepoints in plpgsql
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/plpgsql-transactions.html
Description:

https://www.postgresql.org/docs/current/plpgsql-transactions.html

In this section nothing mentioned that a savepoint (a subtransaction) will
not work inside plpgsql. Savepoint command is ended with "ERROR:
unsupported transaction command in PL/pgSQL". Also need to say, that "begin
end" block with "exception" handler will implicitly save and release
savepoints.

pgsql-docs by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: Add small detail to RAISE statement descripton
Next
From: "David G. Johnston"
Date:
Subject: Re: Savepoints in plpgsql