From: Peter Eisentraut Date: Thu, 15 Apr 2010 20:45:40 +0000 (+0000) Subject: IP port -> TCP port X-Git-Tag: REL8_1_21~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c862fbf23199e73edbe0b1282f81afd420b4fef;p=thirdparty%2Fpostgresql.git IP port -> TCP port backpatched to 8.1, where this first appeared --- 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 @@ @@ -629,7 +629,7 @@ postgres: user database host pg_stat_get_backend_client_port(integer) integer - 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