Re: Concurrency

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Concurrency
Дата
Msg-id 6329.1286916170@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Concurrency  (Mladen Gogala <mladen.gogala@vmsinfo.com>)
Ответы Re: Concurrency
Список pgsql-novice
Mladen Gogala <mladen.gogala@vmsinfo.com> writes:
> Where is the problem? The problem lies in the fact that the 2nd
> transaction should have only seen the changes committed before it has
> begun, ie, x=1.

You might want to go reread this:
http://www.postgresql.org/docs/9.0/static/transaction-iso.html#XACT-READ-COMMITTED
If you don't like that behavior, you might want SERIALIZABLE mode
instead.

            regards, tom lane

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

Предыдущее
От: Mladen Gogala
Дата:
Сообщение: Concurrency
Следующее
От: Mladen Gogala
Дата:
Сообщение: Re: Concurrency