Broken RR?
| От | Rasmus Resen Amossen |
|---|---|
| Тема | Broken RR? |
| Дата | |
| Msg-id | Law14-F10174QXqoHiY00039d95@hotmail.com обсуждение исходный текст |
| Ответы |
Re: Broken RR?
Re: Broken RR? Re: Broken RR? |
| Список | 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 по дате отправления: