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-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=6ef4ae1d4e829675c332c39895fdf90e15c3faeb;p=users%2Fkgrittn%2Fpostgres.git 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 b9dc1d2001..d6056a25b2 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1181,6 +1181,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