Re: [GENERAL] Documentation Inaccuracy – Transaction Isolation

2015-04-28 Thread Bruce Momjian
On Tue, Apr 28, 2015 at 08:00:24PM +, Nicholson, Brad (Toronto, ON, CA) wrote: > Hi, > > I noticed an inaccuracy in the transaction isolation docs. Under the > Repeatable Read Isolation Level section it states: > > “The Repeatable Read isolation level only sees data committed before the >

[GENERAL] Documentation Inaccuracy – Transaction Isolation

2015-04-28 Thread Nicholson, Brad (Toronto, ON, CA)
Hi, I noticed an inaccuracy in the transaction isolation docs. Under the Repeatable Read Isolation Level section it states: “The Repeatable Read isolation level only sees data committed before the transaction began; it never sees either uncommitted data or changes committed during transaction