diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-07-11 00:18:28 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-07-11 00:18:28 +0000 |
commit | b4a98c5fcc6b418912dde8e8ce3a8a486cbe4c85 (patch) | |
tree | add0c7c747475635de9c39f3f20b6b85ebfed14d | |
parent | 5dfd5063e242ccea2ba3fc70c19f5f84f9f8402c (diff) | |
download | postgresql-b4a98c5fcc6b418912dde8e8ce3a8a486cbe4c85.tar.gz postgresql-b4a98c5fcc6b418912dde8e8ce3a8a486cbe4c85.zip |
Add:
> * Add include functionality to postgresql.conf
>
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,7 +5,7 @@ TODO list for PostgreSQL Bracketed items "[]" have more detail. Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Wed Jul 7 08:49:46 EDT 2004 +Last updated: Sat Jul 10 20:18:28 EDT 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -43,6 +43,8 @@ Administration in-progress when the server terminated abruptly * Allow reporting of which objects are in which tablespaces * Allow database recovery where tablespaces can't be created +* Add include functionality to postgresql.conf + * Improve replication solutions o Automatic failover o Load balancing |