Re: Isolation levels READ UNCOMMITTED and REPEATABLE READ

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Isolation levels READ UNCOMMITTED and REPEATABLE READ
Дата
Msg-id 5008.1066093773@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Isolation levels READ UNCOMMITTED and REPEATABLE READ  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Isolation levels READ UNCOMMITTED and REPEATABLE READ  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> I think we could allow users to set the transaction isolation level to
> READ UNCOMMITTED or REPEATABLE READ and internally behave like READ
> COMMITTED or SERIALIZABLE, respectively.  The SQL standard seems to allow
> this:

My reading is that the spec *requires* this.  We have not done it
because there was some feeling that people would be confused if the
isolation levels appeared to exist but didn't really work as they
expected.  But a notice or something could help address that concern.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: _GNU_SOURCE
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: Heading to final release