Re: [GENERAL] Question about isolation level documentation

2014-04-08 Thread Elliot S
On 04/08/2014 04:09 PM, Alvaro Herrera wrote: Elliot S wrote: Is there a discussion somewhere regarding this line from the docs on transaction isolation: "When you select the level Read Uncommitted you really get Read Committed, and phantom reads are not possible in the Postg

[GENERAL] Question about isolation level documentation

2014-04-08 Thread Elliot S
Is there a discussion somewhere regarding this line from the docs on transaction isolation: "When you select the level Read Uncommitted you really get Read Committed, and phantom reads are not possible in the PostgreSQL implementation of Repeatable Read"? I get that RU is the same as RC and why