diff options
-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 9ddfc28ff49..447058c7deb 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.29 2005/10/06 02:29:06 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.29.2.1 2010/04/15 20:45:40 petere Exp $ --> <chapter id="monitoring"> @@ -629,7 +629,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 |