pgsql: Update wording: < could only see committed rows from another

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update wording: < could only see committed rows from another
Date: 2005-09-02 19:51:37
Message-ID: 20050902195137.D793ED791E@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Update wording:

< could only see committed rows from another transaction. However,
> could only see rows from another completed transaction. However,
981c981
< proper visibility of the row, for example, for cursors.
> proper visibility of the row's cmin, for example, for cursors.

Modified Files:
--------------
pgsql/doc:
TODO (r1.1648 -> r1.1649)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1648&r2=1.1649)
pgsql/doc/src/FAQ:
TODO.html (r1.155 -> r1.156)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.155&r2=1.156)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-09-02 20:11:34 pgsql: Add: > * Use UTF8 encoding for NLS messages so all server
Previous Message Bruce Momjian 2005-09-02 19:39:15 pgsql: Add: > o Allow COPY into an empty table to skip WAL logging