diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2010-04-15 20:47:47 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2010-04-15 20:47:47 +0000 |
commit | b6953bc1897cff77d423d9d4d76af3a43df975f9 (patch) | |
tree | 030b3e6694d985b10a7a14caadc5cfd379258772 | |
parent | acbee0efbcb010a43d3ca77355a311ef1a68868c (diff) | |
download | postgresql-b6953bc1897cff77d423d9d4d76af3a43df975f9.tar.gz postgresql-b6953bc1897cff77d423d9d4d76af3a43df975f9.zip |
IP port -> TCP port
backpatched to 8.1, where this first appeared
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 7bd21a74b42..20faffeb6ac 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.71 2009/06/26 22:08:17 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.71.2.1 2010/04/15 20:47:47 petere Exp $ --> <chapter id="monitoring"> <title>Monitoring Database Activity</title> @@ -831,7 +831,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re <entry><literal><function>pg_stat_get_backend_client_port</function>(<type>integer</type>)</literal></entry> <entry><type>integer</type></entry> <entry> - The IP port number of the client connected to the given + The TCP port number of the client connected to the given server process. -1 if the connection is over a Unix domain socket. Null if the current user is not a superuser nor the same user as that of the session being queried |