Re: I think that the transaction tutorial document (3.4) should mention transaction isolation

2023-03-29 Thread Bruce Momjian
On Thu, Mar 2, 2023 at 01:55:31PM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > I just discovered that by default, transactions are not entirely isolated. I > think that the tutorial should mention this. > > The tutorial gives the examp

Re: I think that the transaction tutorial document (3.4) should mention transaction isolation

2023-03-29 Thread David G. Johnston
On Wed, Mar 29, 2023 at 12:56 PM Bruce Momjian wrote: > On Thu, Mar 2, 2023 at 01:55:31PM +, PG Doc comments form wrote: > > > I think that a notice saying that for absolute transaction isolation you > > should set the default transaction isolation to serializable, and be > > prepared to hav