diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-03-23 02:50:56 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-03-23 02:50:56 +0000 |
commit | e96ab26277a628cb844e3edb98a687fb68234c7a (patch) | |
tree | 6830db847c289a67142e7d38ca2035457624f15e | |
parent | b7c2258833ec12e863610231a3dba47df6ec5cae (diff) | |
download | postgresql-e96ab26277a628cb844e3edb98a687fb68234c7a.tar.gz postgresql-e96ab26277a628cb844e3edb98a687fb68234c7a.zip |
Remove duplicate:
< * Allow a warm standby system to also allow read-only queries
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2,7 +2,7 @@ TODO list for PostgreSQL ======================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Tue Mar 22 21:49:46 EST 2005 +Last updated: Tue Mar 22 21:50:58 EST 2005 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -124,7 +124,6 @@ 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 * Add the client IP address and port to pg_stat_activity * Improve replication solutions o Load balancing |