Commit 1b87c3f7 authored by Bruce Momjian's avatar Bruce Momjian

Add:

> * Eliminate WAL logging for CREATE INDEX/REINDEX/CREATE TABLE AS when
>   not doing WAL archiving
parent 03b12ef9
......@@ -6,7 +6,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
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
====================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment