Re: Questions about update, delete, ctid...
От | Martijn van Oosterhout |
---|---|
Тема | Re: Questions about update, delete, ctid... |
Дата | |
Msg-id | 20060730150410.GB15467@svana.org обсуждение исходный текст |
Ответ на | Re: Questions about update, delete, ctid... ("Florian G. Pflug" <fgp@phlo.org>) |
Ответы |
Re: Questions about update, delete, ctid...
|
Список | pgsql-general |
On Sun, Jul 30, 2006 at 04:37:26PM +0200, Florian G. Pflug wrote: > Martijn van Oosterhout wrote: > >The word "become" is not really right. The old version has become > >invisible to you and the new version is visible. Some other > >transactions will see the old one, some the new one. However, there is > >a link between the old and the new version do detect conflicting > >updates. > > That sounds interesting... how is that link between old and new > tuple implemented? I've been playing with the idea to implement > "update table foo where current of <cursor>", and such a link > would help tremendously. I read the code, but couldn't find any > such link - which part of the code should I read closer? It's the t_ctid field of the tuple header. But I don't see what that has to do with "WHERE CURRENT OF". That expression should return the tuple visible to your transaction, not some updated version which you won't be able to fetch. If you end up updating the old version, the system will take care of finding the newer version if necessary. Have a nice day, -- Martijn van Oosterhout <kleptog@svana.org> http://svana.org/kleptog/ > From each according to his ability. To each according to his ability to litigate.
Вложения
В списке pgsql-general по дате отправления: