From: Magnus Hagander Date: Tue, 6 Dec 2011 10:02:02 +0000 (+0100) Subject: Add missing documentation for function pg_stat_get_wal_senders() X-Git-Tag: REL9_1_3~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75594e0cf7674d78ba40699ff614a847fe675dc2;p=postgresql Add missing documentation for function pg_stat_get_wal_senders() Euler Taveira de Oliveira --- diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 8da8f85e70..44790d682a 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1179,6 +1179,15 @@ postgres: user database host + + pg_stat_get_wal_senders() + setof record + + One record for each active wal sender. The fields returned are a subset + of those in the pg_stat_replication view. + + + pg_stat_clear_snapshot() void