pgsql: Update read committed documentation to better explain undesirable - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Update read committed documentation to better explain undesirable
Date
Msg-id 20090204160550.860707559ED@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Added result checks for calls to gmtime().
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Fix some SGML-compiler warnings on -wxml mode.