On 12.07.2024 16:42, Tom Lane wrote:
PL/pgSQL does not support savepoints (SAVEPOINT/ROLLBACK TO
SAVEPOINT/RELEASE SAVEPOINT commands). Typical usage patterns
for savepoints can be replaced by blocks with exception handlers
(see 43.6.8). Under the hood, a block with exc
"David G. Johnston" writes:
> On Thursday, July 11, 2024, PG Doc comments form
> wrote:
>> In this section nothing mentioned that a savepoint (a subtransaction) will
>> not work inside plpgsql.
> Correct, we prefer to just document how things work. 43.2 does mention
> that blocks form subtransa
On Thursday, July 11, 2024, PG Doc comments form
wrote:
> 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 sec
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 wor