Re: Re: [SQL] possible row locking bug in 7.0.3 & 7.1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Mikheev, Vadim" <vmikheev(at)SECTORBASE(dot)COM>
Cc: "'Philip Warner'" <pjw(at)rhyme(dot)com(dot)au>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: [SQL] possible row locking bug in 7.0.3 & 7.1
Date: 2001-03-28 20:24:29
Message-ID: 19490.985811069@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Mikheev, Vadim" <vmikheev(at)SECTORBASE(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2001-03-28 20:55:58 Re: [PORTS] pgmonitor and Solaris
Previous Message Adriaan Joubert 2001-03-28 19:27:55 Re: Unsigned ints (Help)