Re: Re: [SQL] possible row locking bug in 7.0.3 & 7.1 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Re: [SQL] possible row locking bug in 7.0.3 & 7.1
Date
Msg-id 19490.985811069@sss.pgh.pa.us
Whole thread Raw
In response to RE: Re: [SQL] possible row locking bug in 7.0.3 & 7.1  ("Mikheev, Vadim" <vmikheev@SECTORBASE.COM>)
List pgsql-hackers
"Mikheev, Vadim" <vmikheev@SECTORBASE.COM> writes:
> Hm, you're right:
> http://www.postgresql.org/devel-corner/docs/postgres/xact-read-committed.html

> "Read Committed is the default isolation level in Postgres. When
> a transaction runs on this isolation level, a SELECT query sees only
> data committed before the transaction began..."
>      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Must be "committed before the *query* began" as it was in 6.5 docs.

Will fix this shortly...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Adriaan Joubert
Date:
Subject: Re: Unsigned ints (Help)
Next
From: Peter Eisentraut
Date:
Subject: Re: [PORTS] pgmonitor and Solaris