Re: MVCC handling of updates

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: MVCC handling of updates
Дата
Msg-id 1675.1126140089@sss.pgh.pa.us
обсуждение исходный текст
Ответ на MVCC handling of updates  ("Kevin Crenshaw" <kcrenshaw@viscient.com>)
Список pgsql-novice
"Kevin Crenshaw" <kcrenshaw@viscient.com> writes:
> How does MVCC function when two people try to update the same row at the
> same time?

Whoever gets there first will obtain a row lock on the target row,
and the later arrival(s) will block until the first one commits or
aborts.

            regards, tom lane

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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Weird SQL Problem
Следующее
От: Terry Lee Tucker
Дата:
Сообщение: Re: Get a list of columns for a table