Re: OIDs, CTIDs, updateable cursors and friends

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: OIDs, CTIDs, updateable cursors and friends
Дата
Msg-id 2262.1077206474@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: OIDs, CTIDs, updateable cursors and friends  ("Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at>)
Список pgsql-hackers
"Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at> writes:
> IIRC the ctid access follows the chain up to the currently valid 
> tuple ?

No.

I think Hiroshi or someone put in a function you can use to follow the
chain, but a simple "WHERE ctid = whatever" won't do it.  In any case,
if you're not holding an open transaction then you have to be prepared
to have the dead tuple vacuumed out from under you, in which case you'd
not be able to follow the chain anyway.
        regards, tom lane


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

Предыдущее
От: "Zeugswetter Andreas SB SD"
Дата:
Сообщение: Re: [PATCHES] NO WAIT ...
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] NO WAIT ...