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:
> = = =
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