From b6953bc1897cff77d423d9d4d76af3a43df975f9 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 15 Apr 2010 20:47:47 +0000 Subject: [PATCH] IP port -> TCP port backpatched to 8.1, where this first appeared --- doc/src/sgml/monitoring.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 7bd21a74b4..20faffeb6a 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1,4 +1,4 @@ - + Monitoring Database Activity @@ -831,7 +831,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