Re: Postgresql ACID bug?

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Postgresql ACID bug?
Дата
Msg-id 4E5CF0C1.80604@ringerc.id.au
обсуждение исходный текст
Ответ на Postgresql ACID bug?  (Jan Snelders <jan@snelders.net>)
Список pgsql-bugs
On 30/08/2011 9:18 PM, Jan Snelders wrote:

> The program now selects and prints the records from the SELECT
> transaction. (0 records printed, we expected one record since we are
> still within the SELECT transaction which started while this record was
> still available)

This isn't a bug. You're using READ COMMITTED mode, and you appear to
expect SERIALIZABLE mode. See:

http://www.postgresql.org/docs/current/interactive/transaction-iso.html

--
Craig Ringer

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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Postgresql ACID bug?
Следующее
От: "Ding Yuan"
Дата:
Сообщение: BUG #6184: Inconsistencies in log messages