Transactions in postgres

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: fel(dot)edu(dot)rodriguez(at)gmail(dot)com
Subject: Transactions in postgres
Date: 2022-02-05 01:22:51
Message-ID: 164402417174.17994.8141945109111323762@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-docs by date

  From Date Subject
Next Message Jonathan S. Katz 2022-02-07 01:07:53 documentation on HOT
Previous Message Christophe Courtois 2022-02-04 17:52:09 Re: No access to TOAST tables shown in EXPLAIN ( ANALYZE, BUFFERS )