diff options
author | Bruce Momjian | 2005-04-18 18:29:57 +0000 |
---|---|---|
committer | Bruce Momjian | 2005-04-18 18:29:57 +0000 |
commit | 07dfdb8dd0bf0bb71aae86dd11260c9c43ff5d2f (patch) | |
tree | 1e3de47f94a95c49f62224c31a504c6fc4de222c | |
parent | 01979d1bd52dac4f3c37a648019b4e4564cb791e (diff) |
Added to TODO:
> * Compress WAL entries [wal]
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Mon Apr 18 11:03:14 EDT 2005 +Last updated: Mon Apr 18 14:29:53 EDT 2005 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -850,6 +850,7 @@ Write-Ahead Log database) in favor of this capability. * Eliminate WAL logging for CREATE TABLE AS when not doing WAL archiving +* Compress WAL entries [wal] Optimizer / Executor |