Re: [DOCS] Add a new table for Transaction Isolation?

2015-04-15 Thread David G. Johnston
On Wednesday, April 15, 2015, Bruce Momjian wrote: > 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 te

Re: [DOCS] Add a new table for Transaction Isolation?

2015-04-15 Thread Bruce Momjian
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 th