From: | DANTE Alexandra <Alexandra(dot)Dante(at)bull(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Martijn van Oosterhout <kleptog(at)svana(dot)org>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Questions about update, delete, ctid... |
Date: | 2006-07-31 15:00:55 |
Message-ID: | 44CE1B27.1090705@bull.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello Tom, Martijn and List,
Thank you for yours answers !
This point is now closed for me and I can go further in the mecanisms of
VACUUM.
Regards,
Alexandra
Tom Lane wrote:
>DANTE Alexandra <Alexandra(dot)Dante(at)bull(dot)net> writes:
>
>
>> - during a SELECT query on a tuple just updated and commited, does
>>the executor first detect the old tuple and then via the c_tid link go
>>to the new version of the tuple ? or go directly to the new version ?
>>
>>
>
>Neither. SELECT doesn't care about update relationships, it just
>returns whatever row version is current according to its snapshot.
>It's only UPDATE/DELETE that are constrained to act on the most
>current version of each row.
>
> regards, tom lane
>
>---------------------------(end of broadcast)---------------------------
>TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | A. Kretschmer | 2006-07-31 15:16:32 | Re: Antw: Re: Query questions |
Previous Message | Richard Huxton | 2006-07-31 14:55:39 | Re: Antw: Re: Query questions |