Re: Protect a table against concurrent data changes while allowing to vacuum it

Поиск
Список
Период
Сортировка
От Vlad Arkhipov
Тема Re: Protect a table against concurrent data changes while allowing to vacuum it
Дата
Msg-id 576A6F02.4010805@dc.baikal.ru
обсуждение исходный текст
Ответ на Re: Protect a table against concurrent data changes while allowing to vacuum it  (Albe Laurenz <laurenz.albe@wien.gv.at>)
Список pgsql-general
That is why I need to lock the table before. The transactions are
running at the READ COMMITTED isolation level.

On 06/22/2016 06:49 PM, Albe Laurenz wrote:
> But be warned that this will only work if all transactions involved use
> the isolation level SERIALIZABLE.



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

Предыдущее
От: Albe Laurenz
Дата:
Сообщение: Re: Protect a table against concurrent data changes while allowing to vacuum it
Следующее
От: SDAG
Дата:
Сообщение: pg_restore error-s after pg_dump