aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-11-12 23:26:37 +0000
committerBruce Momjian <bruce@momjian.us>2004-11-12 23:26:37 +0000
commit3c57e0b93f462c869a6dd9d45f74b2a452983e2f (patch)
tree6d03292656069f3b2c9a802aaaed74d7324b76f6
parentcf956d512d83dd89b4d87c046ca2f088b7af58d3 (diff)
downloadpostgresql-3c57e0b93f462c869a6dd9d45f74b2a452983e2f.tar.gz
postgresql-3c57e0b93f462c869a6dd9d45f74b2a452983e2f.zip
Update:
< * Eliminate WAL logging for CREATE INDEX/REINDEX/CREATE TABLE AS when < not doing WAL archiving > * Eliminate WAL logging for CREATE TABLE AS when not doing WAL archiving
-rw-r--r--doc/TODO5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 5f4f2451415..d59731d8abe 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -6,7 +6,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Fri Nov 12 13:12:06 EST 2004
+Last updated: Fri Nov 12 18:26:29 EST 2004
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -769,8 +769,7 @@ 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
+* Eliminate WAL logging for CREATE TABLE AS when not doing WAL archiving
Optimizer / Executor
====================