Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3c57e0b

Browse files
committed
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
1 parent cf956d5 commit 3c57e0b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/TODO

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TODO list for PostgreSQL
66
Bracketed items "[]" have more detail.
77

88
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
9-
Last updated: Fri Nov 12 13:12:06 EST 2004
9+
Last updated: Fri Nov 12 18:26:29 EST 2004
1010

1111
The most recent version of this document can be viewed at the PostgreSQL web
1212
site, http://www.PostgreSQL.org.
@@ -769,8 +769,7 @@ Write-Ahead Log
769769
remove the 'fsync' parameter (which results in an an inconsistent
770770
database) in favor of this capability.
771771

772-
* Eliminate WAL logging for CREATE INDEX/REINDEX/CREATE TABLE AS when
773-
not doing WAL archiving
772+
* Eliminate WAL logging for CREATE TABLE AS when not doing WAL archiving
774773

775774
Optimizer / Executor
776775
====================

0 commit comments

Comments
 (0)