Broken RR?

Поиск
Список
Период
Сортировка
От Rasmus Resen Amossen
Тема Broken RR?
Дата
Msg-id Law14-F10174QXqoHiY00039d95@hotmail.com
обсуждение исходный текст
Ответы Re: Broken RR?  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Re: Broken RR?  (Mike Mascari <mascarm@mascari.com>)
Re: Broken RR?  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-hackers
Does Postgres garantee repeatable-read (RR) during transactions? And does it 
implement ARIES/KVL?

If so, why is the following possible?

T1: begin;
T1: select * from table;  (notice the row with id = X)
T2: begin;
T2: delete from table where id = X;
T1: select * from table;  (notice the row with id = X suddenly is gone)

_________________________________________________________________
Tag MSN Hotmail med dig p� mobilen http://www.msn.dk/mobile



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Aggregates containing outer references don't work per
Следующее
От: "Nigel J. Andrews"
Дата:
Сообщение: Re: default locale considered harmful? (was Re: [GENERAL]