Re: hot update doesn't work?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: hot update doesn't work?
Дата
Msg-id 16376.1273680172@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: hot update doesn't work?  (Merlin Moncure <mmoncure@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: hot update doesn't work?
Следующее
От: Robert Haas
Дата:
Сообщение: Re: max_standby_delay considered harmful