diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-07-31 06:13:52 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-07-31 06:13:52 +0000 |
commit | f951a4677121ece84188176b1e4e16f50b02b8ba (patch) | |
tree | 7ebbd9fa583242e2b81930bc49ffa55f1fcc2993 | |
parent | bdaf97bd864352e30434ad67fa2978ebb4d3a989 (diff) | |
download | postgresql-f951a4677121ece84188176b1e4e16f50b02b8ba.tar.gz postgresql-f951a4677121ece84188176b1e4e16f50b02b8ba.zip |
Add:
> * Allow point-in-time recovery to archive partially filled logs
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 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: Thu Jul 29 12:46:58 EDT 2004 +Last updated: Sat Jul 31 02:13:51 EDT 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -50,6 +50,7 @@ Administration * Allow server logs to be read using SQL commands * Allow server configuration parameters to be modified remotetly * Allow administrators to safely terminate individual sessions +* Allow point-in-time recovery to archive partially filled logs * Improve replication solutions o Automatic failover |