pgsql: Update.

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update.
Date: 2005-09-02 21:23:05
Message-ID: 20050902212305.7BAD8D85F6@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Update.

< have its heap and index files truncated. One issue is
< that no other backend should be able to add to the table
< at the same time, which is something that is currently
< allowed.
> removed or have its heap and index files truncated. One
> issue is that no other backend should be able to add to
> the table at the same time, which is something that is
> currently allowed.

Modified Files:
--------------
pgsql/doc:
TODO (r1.1652 -> r1.1653)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1652&r2=1.1653)
pgsql/doc/src/FAQ:
TODO.html (r1.159 -> r1.160)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.159&r2=1.160)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-09-02 21:25:30 pgsql: Fix the spelling.
Previous Message Bruce Momjian 2005-09-02 21:11:00 pgsql: Update: > o Allow COPY on a newly-created table to skip WAL