Re: [GENERAL] successive select statements

2011-11-21 Thread Tom Lane
writes: > In postgresql.org/docs/9.1/static/transaction-iso.html I read > 13.2.1. Read Committed Isolation Level > . . . two successive SELECT commands can see different data, even though they > are within a single transaction . . . > Please consider this code being executed by postgres: > = = =

[GENERAL] successive select statements

2011-11-21 Thread david.sahagian
In postgresql.org/docs/9.1/static/transaction-iso.html I read 13.2.1. Read Committed Isolation Level . . . two successive SELECT commands can see different data, even though they are within a single transaction . . . Please consider this code being executed by postgres: = = = = = = = = = = selec