Re: Add a new table for Transaction Isolation?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Add a new table for Transaction Isolation?
Дата
Msg-id 20150416012128.GB1672@momjian.us
обсуждение исходный текст
Ответ на Add a new table for Transaction Isolation?  ("David G. Johnston" <david.g.johnston@gmail.com>)
Ответы Re: Add a new table for Transaction Isolation?  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-docs
On Mon, Apr 13, 2015 at 08:00:38PM -0700, David G. Johnston wrote:
> http://www.postgresql.org/docs/9.4/static/transaction-iso.html
>
> Table 13-1 shows the SQL standard isolation levels and what is and is not
> guaranteed.  Then the text goes on to explain how our implementation differs
> from that table.  Is there any opposition to actually adding a similar table,
> 13-2, probably right after the paragraph, with the same columns, three rows,
> and the corresponding possible/not-possible cell values?

Yes, it does make sense to have a table that properly matches the
Postgres implementation.   Should I write a patch or would you like to?

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +


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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Add a new table for Transaction Isolation?
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: Add a new table for Transaction Isolation?