Re: Chapter 43.8. "Transaction Management" fails to state twocritical restrictions

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Chapter 43.8. "Transaction Management" fails to state twocritical restrictions
Дата
Msg-id 20190930142427.GA8385@momjian.us
обсуждение исходный текст
Ответ на Chapter 43.8. "Transaction Management" fails to state two critical restrictions  (PG Doc comments form <noreply@postgresql.org>)
Ответы Re: Chapter 43.8. "Transaction Management" fails to state twocritical restrictions  (Bryn Llewellyn <bryn@yugabyte.com>)
Список pgsql-docs
On Mon, Sep 30, 2019 at 04:11:47AM +0000, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
> 
> Page: https://www.postgresql.org/docs/11/plpgsql-transactions.html
> Description:
> 
> This chapter fails to state:
> 
> (1) If a PL/pgSQL procedure issues "commit" then it must be called with
> AUTOCOMMIT set to On. This is counter-intuitive. You'd expect the
> opposite.

You mean psql autocommit mode?

> (2) If a PL/pgSQL procedure has a block statement with an exception section
> (this might be the procedure's defining block, or an inner block) then that
> block's executabe section must not issue "commit". Doing so causes a
> run-time error.

Uh, that's a good point since you are in a subtransaction at that point.
What error do you get?

-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +



В списке pgsql-docs по дате отправления:

Предыдущее
От: Aramaki Zyake
Дата:
Сообщение: RE: Required locks for ANALYZE
Следующее
От: PG Doc comments form
Дата:
Сообщение: Logical replication conflict and trying to use `pg_replication_origin_advance`