summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2005-02-21 18:51:07 +0000
committerBruce Momjian2005-02-21 18:51:07 +0000
commit32362502389beb5e626428a1ab10395d1af65274 (patch)
treee419fa5790885a805f6b898ace162b56b530130f
parentdaab1a7dc07ac08878a0fe3963d7d7fd7fc6a973 (diff)
Add port mention:
< * Add the client IP address to pg_stat_activity > * Add the client IP address and port to pg_stat_activity
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 81e2c06c56d..b7264163202 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 21 12:30:27 EST 2005
+Last updated: Mon Feb 21 13:50:58 EST 2005
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -123,7 +123,7 @@ Administration
* 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 to pg_stat_activity
+* Add the client IP address and port to pg_stat_activity
* Improve replication solutions
o Load balancing