diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 3bc4de57d5a..c278076e68d 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -2032,6 +2032,25 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i <entry>Replication slot name used by this WAL receiver</entry> </row> <row> + <entry><structfield>sender_host</structfield></entry> + <entry><type>text</type></entry> + <entry> + Host of the <productname>PostgreSQL</productname> instance + this WAL receiver is connected to. This can be a host name, + an IP address, or a directory path if the connection is via + Unix socket. (The path case can be distinguished because it + will always be an absolute path, beginning with <literal>/</literal>.) + </entry> + </row> + <row> + <entry><structfield>sender_port</structfield></entry> + <entry><type>integer</type></entry> + <entry> + Port number of the <productname>PostgreSQL</productname> instance + this WAL receiver is connected to. + </entry> + </row> + <row> <entry><structfield>conninfo</structfield></entry> <entry><type>text</type></entry> <entry> |