diff options
author | Bruce Momjian | 2004-12-21 01:23:54 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-12-21 01:23:54 +0000 |
commit | c20d6062a39bf08a601d3f8e009aa491bd04318b (patch) | |
tree | 7beb2ee040dd9663ed9e3a1b64df9e6f8fd9f373 | |
parent | 7f938227c581a9770eb98bd085a559617bee1175 (diff) |
Add:
> * Allow the PITR process to be debugged and data examined
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,7 @@ TODO list for PostgreSQL ======================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Mon Dec 20 20:21:31 EST 2004 +Last updated: Mon Dec 20 20:23:20 EST 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -110,6 +110,7 @@ Administration This is useful for checking PITR recovery. +* Allow the PITR process to be debugged and data examined * Allow a warm standby system to also allow read-only queries * Improve replication solutions o Automatic failover |