diff options
author | Magnus Hagander <magnus@hagander.net> | 2011-12-06 11:02:02 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2011-12-06 11:03:05 +0100 |
commit | 75594e0cf7674d78ba40699ff614a847fe675dc2 (patch) | |
tree | 8483d777de00235cd4e26ba1f2346143ee6bd885 /doc/src | |
parent | 98fbce09316525e1da5a5c94ea8d75ead69669fb (diff) | |
download | postgresql-75594e0cf7674d78ba40699ff614a847fe675dc2.tar.gz postgresql-75594e0cf7674d78ba40699ff614a847fe675dc2.zip |
Add missing documentation for function pg_stat_get_wal_senders()
Euler Taveira de Oliveira
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 8da8f85e709..44790d682aa 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1180,6 +1180,15 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re </row> <row> + <entry><literal><function>pg_stat_get_wal_senders()</function></literal></entry> + <entry><type>setof record</type></entry> + <entry> + One record for each active wal sender. The fields returned are a subset + of those in the <structname>pg_stat_replication</structname> view. + </entry> + </row> + + <row> <entry><literal><function>pg_stat_clear_snapshot()</function></literal></entry> <entry><type>void</type></entry> <entry> |