Transactions in postgres - Mailing list pgsql-docs

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

Page: https://www.postgresql.org/docs/14/tutorial-transactions.html
Description:

What is discussed in the transaction article
is valid as long as the commit is made in the place where the stored
procedure was invoked, since if the commit is made in the procedure where
the transaction is executed, it generates the following error: ERROR:
invalid transaction termination SQL state: 2D000 .
Additionally begin; generates syntax error.

pgsql-docs by date:

Previous
From: Christophe Courtois
Date:
Subject: Re: No access to TOAST tables shown in EXPLAIN ( ANALYZE, BUFFERS )
Next
From: "Jonathan S. Katz"
Date:
Subject: documentation on HOT