Add:
authorBruce Momjian
Fri, 12 Nov 2004 18:12:12 +0000 (18:12 +0000)
committerBruce Momjian
Fri, 12 Nov 2004 18:12:12 +0000 (18:12 +0000)
> * Eliminate WAL logging for CREATE INDEX/REINDEX/CREATE TABLE AS when
>   not doing WAL archiving

doc/TODO

index 5949762aa2de3d452d02d73357609368dcb9085f..5f4f2451415c001884613f6f970db29ce8ddd5e2 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -6,7 +6,7 @@ TODO list for PostgreSQL
 Bracketed items "[]" have more detail.
 
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Wed Nov 10 23:36:48 EST 2004
+Last updated:      Fri Nov 12 13:12:06 EST 2004
 
 The most recent version of this document can be viewed at the PostgreSQL web
 site, http://www.PostgreSQL.org.
@@ -769,6 +769,8 @@ Write-Ahead Log
   remove the 'fsync' parameter (which results in an an inconsistent
   database) in favor of this capability.
 
+* Eliminate WAL logging for CREATE INDEX/REINDEX/CREATE TABLE AS when
+  not doing WAL archiving
 
 Optimizer / Executor
 ====================