Skip to content

Commit edde416

Browse files
committed
IP port -> TCP port
backpatched to 8.1, where this first appeared
1 parent 6ead782 commit edde416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/monitoring.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.77 2010/04/03 07:22:55 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.78 2010/04/15 20:48:22 petere Exp $ -->
22

33
<chapter id="monitoring">
44
<title>Monitoring Database Activity</title>
@@ -830,7 +830,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
830830
<entry><literal><function>pg_stat_get_backend_client_port</function>(<type>integer</type>)</literal></entry>
831831
<entry><type>integer</type></entry>
832832
<entry>
833-
The IP port number of the client connected to the given
833+
The TCP port number of the client connected to the given
834834
server process. -1 if the connection is over a Unix domain
835835
socket. Null if the current user is not a superuser nor the
836836
same user as that of the session being queried

0 commit comments

Comments
 (0)