IP port -> TCP port

backpatched to 8.1, where this first appeared
This commit is contained in:
Peter Eisentraut 2010-04-15 20:47:06 +00:00
parent 32616fb1d5
commit 02915f614d

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.55.2.1 2008/11/11 20:06:25 mha Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.55.2.2 2010/04/15 20:47:06 petere Exp $ -->
<chapter id="monitoring"> <chapter id="monitoring">
<title>Monitoring Database Activity</title> <title>Monitoring Database Activity</title>
@ -766,7 +766,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><literal><function>pg_stat_get_backend_client_port</function>(<type>integer</type>)</literal></entry>
<entry><type>integer</type></entry> <entry><type>integer</type></entry>
<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 server process. -1 if the connection is over a Unix domain
socket. Null if the current user is not a superuser nor the socket. Null if the current user is not a superuser nor the
same user as that of the session being queried same user as that of the session being queried