MVCC handling of updates

Поиск
Список
Период
Сортировка
От Kevin Crenshaw
Тема MVCC handling of updates
Дата
Msg-id 20050907222420.DC1A3D823C@svr1.postgresql.org
обсуждение исходный текст
Ответы Re: MVCC handling of updates  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice

How does MVCC function when two people try to update the same row at the same time?  I have read the documentation describing how MVCC functions, but I am still a little foggy on how it deals with updates. 

 

What is the best practice for dealing with concurrency for updates? 

 

 

Thanks for your help!

 

Kevin

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

Предыдущее
От: "Kevin Crenshaw"
Дата:
Сообщение: Get a list of columns for a table
Следующее
От:
Дата:
Сообщение: Weird SQL Problem