Re: Commit visibility guarantees

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Commit visibility guarantees
Дата
Msg-id 2926.1242688815@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Commit visibility guarantees  (Marsh Ray <marsh5143@gmail.com>)
Ответы Re: Commit visibility guarantees  (Marsh Ray <marsh5143@gmail.com>)
Список pgsql-general
Marsh Ray <marsh5143@gmail.com> writes:
> The central question: So if I successfully commit an update
> transaction on one connection, then instantaneously issue a select on
> another previously-opened connection, under what circumstances am I
> guaranteed that the select will see the effects of the update?

If the select is using a snapshot taken later than the commit, it will
see the effects of the update.

The point that the remark about "ill-defined" behavior is trying to make
is that the application could try to compare the results of queries done
using different snapshots, and those results might be different.

            regards, tom lane

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

Предыдущее
От: Steve Howell
Дата:
Сообщение: need to do force uninstall of postgres on windows vista 64
Следующее
От: Marsh Ray
Дата:
Сообщение: Re: Commit visibility guarantees