pgsql: Update read committed documentation to better explain undesirable

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update read committed documentation to better explain undesirable
Date: 2009-02-04 16:05:50
Message-ID: 20090204160550.860707559ED@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Update read committed documentation to better explain undesirable
behavior of concurrent commands in cases where rows are being added and
removed from matching query criteria.

Minor word-smithing.

Modified Files:
--------------
pgsql/doc/src/sgml:
mvcc.sgml (r2.69 -> r2.70)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/mvcc.sgml?r1=2.69&r2=2.70)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2009-02-04 21:30:41 pgsql: Fix some SGML-compiler warnings on -wxml mode.
Previous Message Michael Meskes 2009-02-04 08:51:10 pgsql: Added result checks for calls to gmtime().