aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-12-02 19:32:57 +0000
committerBruce Momjian <bruce@momjian.us>2004-12-02 19:32:57 +0000
commitbe6e9f6266207c3fef9b55a20386a3b92145f2b7 (patch)
tree216e77c193beb3320a8c67e5f47faaad56f7ba59
parente9c03c3b1b6d14e48fa1cfbb5831a9a03a0c0ab7 (diff)
downloadpostgresql-be6e9f6266207c3fef9b55a20386a3b92145f2b7.tar.gz
postgresql-be6e9f6266207c3fef9b55a20386a3b92145f2b7.zip
Add:
> * Allow a warm standby system to also allow read-only queries > > This is useful for checking PITR recovery. >
-rw-r--r--doc/TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index b8b84d09a7c..a54f69e044a 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
TODO list for PostgreSQL
========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Thu Dec 2 13:13:37 EST 2004
+Last updated: Thu Dec 2 14:32:05 EST 2004
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -106,6 +106,10 @@ Administration
copied from the template1 database.
* Add a function that returns the 'uptime' of the postmaster
+* Allow a warm standby system to also allow read-only queries
+
+ This is useful for checking PITR recovery.
+
* Improve replication solutions
o Automatic failover