Transactions in postgres

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Transactions in postgres
Дата
Msg-id 164402417174.17994.8141945109111323762@wrigleys.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Christophe Courtois
Дата:
Сообщение: Re: No access to TOAST tables shown in EXPLAIN ( ANALYZE, BUFFERS )
Следующее
От: "Jonathan S. Katz"
Дата:
Сообщение: documentation on HOT