IP port -> TCP port
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 15 Apr 2010 20:46:24 +0000 (20:46 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 15 Apr 2010 20:46:24 +0000 (20:46 +0000)
backpatched to 8.1, where this first appeared

doc/src/sgml/monitoring.sgml

index bde3c8022375528047426d14551f1bf15ca48c8a..69e776ca58ba04578d4c17c94b3bdd686cb231c2 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.40.2.2 2006/12/27 16:04:47 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.40.2.3 2010/04/15 20:46:24 petere Exp $ -->
 
 <chapter id="monitoring">
  <title>Monitoring Database Activity</title>
@@ -700,7 +700,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