Docs about INSERT wait in Read Commited transaction

2022-05-08 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/14/transaction-iso.html Description: Hello I've noticed, if two transactions in read committed mode are trying to insert same value to unique column, second transaction INSERT will wait for t

Re: Docs about INSERT wait in Read Commited transaction

2022-05-08 Thread David G. Johnston
On Saturday, May 7, 2022, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/14/transaction-iso.html > Description: > > Hello > I've noticed, if two transactions in read committed mode are trying to > insert