Re: Docs about INSERT wait in Read Commited transaction

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: Docs about INSERT wait in Read Commited transaction
Дата
Msg-id CAKFQuwbkCJ=BBGtunXMEdRCEpXgWu3jr-Fw-hSFKdJMHq-owTw@mail.gmail.com
обсуждение исходный текст
Ответ на Docs about INSERT wait in Read Commited transaction  (PG Doc comments form <noreply@postgresql.org>)
Ответы Re: Docs about INSERT wait in Read Commited transaction  (Ivan Tsyba <ivantsyba@gmail.com>)
Список pgsql-docs
On Saturday, May 7, 2022, PG Doc comments form <noreply@postgresql.org> 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 same value to unique column, second transaction INSERT will wait for
the first transaction commit or rollback. Can't see this behavior explicitly
stated in the doc about transaction isolation modes.


It is documented elsewhere:


David J.
 

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

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: Docs about INSERT wait in Read Commited transaction
Следующее
От: Ivan Tsyba
Дата:
Сообщение: Re: Docs about INSERT wait in Read Commited transaction