Savepoints in plpgsql

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

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: Add small detail to RAISE statement descripton
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: Savepoints in plpgsql