Re: Odd transaction timestamp sequence issue

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Odd transaction timestamp sequence issue
Дата
Msg-id 10296.1145633799@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Odd transaction timestamp sequence issue  (Jeff Amiel <jamiel@istreamimaging.com>)
Список pgsql-general
Jeff Amiel <jamiel@istreamimaging.com> writes:
> I thought:
> "Each transaction sees a snapshot (database version) as of its
> starttime, no matter what other transactions are doing while it runs"

That's a correct statement in SERIALIZABLE mode, but in the default
READ COMMITTED mode, it's more complicated --- a new snapshot is taken
for each command within a transaction.  See the docs.

            regards, tom lane

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

Предыдущее
От: Alban Hertroys
Дата:
Сообщение: Re: A few questions about ltree
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: A few questions about ltree