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

2019-09-30 Thread Bryn Llewellyn
Hello, Bruce. (We met at the OUGN conference last March on the Oslo-Kiel ferry.) Thanks for your reply. 1. About AUTOCOMMIT It’s very hard to get a clear account of what AUTOCOMMIT really is. So consider the example from the docs section that I cited, and run these psql commands at its

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

2019-09-30 Thread Bruce Momjian
On Mon, Sep 30, 2019 at 04:11:47AM +, 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

Chapter 43.8. "Transaction Management" fails to state two critical restrictions

2019-09-30 Thread PG Doc comments form
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