Re: hot update doesn't work? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: hot update doesn't work?
Date
Msg-id 16376.1273680172@sss.pgh.pa.us
Whole thread Raw
In response to Re: hot update doesn't work?  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-hackers
Merlin Moncure <mmoncure@gmail.com> writes:
> isn't it possible to skip the snapshot check for temp tables though?

No, it's no different from the regular-table case.  There could be
snapshots that could see the older tuple versions --- consider
functions inside queries, etc.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: hot update doesn't work?
Next
From: Robert Haas
Date:
Subject: Re: max_standby_delay considered harmful