summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2005-02-13 00:09:34 +0000
committerBruce Momjian2005-02-13 00:09:34 +0000
commit6370007ce8a1bea10833d20fc43399dcc8b16691 (patch)
tree17a31bded8aaf8f8152496431573049cab3b2d34
parent7c44e573317a83c085ea64612d45f1b4d9f35d4e (diff)
Add:
> * Add IP address to pg_stat_activity
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 8471fa77526..27154e6bdec 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: Mon Feb 7 22:23:31 EST 2005
+Last updated: Sat Feb 12 19:09:18 EST 2005
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -114,6 +114,7 @@ Administration
* Allow the PITR process to be debugged and data examined
* Allow a warm standby system to also allow read-only queries
+* Add IP address to pg_stat_activity
* Improve replication solutions
o Load balancing