Re: Inconsistence in transaction isolation docs

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Inconsistence in transaction isolation docs
Дата
Msg-id 200710161357.35988.peter_e@gmx.net
обсуждение исходный текст
Ответ на Inconsistence in transaction isolation docs  (Nico Sabbi <nsabbi@officinedigitali.it>)
Список pgsql-general
Am Dienstag, 16. Oktober 2007 schrieb Nico Sabbi:
> to me the above sentence sounds inconsistent: it's asserting that both
> 1) and 2) apply:
>
> 1) it never sees ... changes committed during query execution by
> concurrent transactions

What this is supposed to mean is that you don't see changes while your own
query runs.

>
> 2) Notice that two successive SELECT commands can see different data,
> even though they
> are within a single transaction, if other transactions commit changes
> during execution
> of the first SELECT

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: Nico Sabbi
Дата:
Сообщение: Inconsistence in transaction isolation docs
Следующее
От: "Trevor Talbot"
Дата:
Сообщение: Re: Inconsistence in transaction isolation docs