1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00
> * Allow a warm standby system to also allow read-only queries
This commit is contained in:
Bruce Momjian
2004-12-21 01:21:50 +00:00
parent bbb2e21e14
commit 7f938227c5

View File

@ -2,7 +2,7 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Sat Dec 18 23:36:06 EST 2004 Last updated: Mon Dec 20 20:21:31 EST 2004
The most recent version of this document can be viewed at the PostgreSQL web The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org. site, http://www.PostgreSQL.org.
@ -110,6 +110,7 @@ Administration
This is useful for checking PITR recovery. This is useful for checking PITR recovery.
* Allow a warm standby system to also allow read-only queries
* Improve replication solutions * Improve replication solutions
o Automatic failover o Automatic failover