Add missing documentation for function pg_stat_get_wal_senders()

Euler Taveira de Oliveira
pull/1/head
Magnus Hagander 14 years ago
parent 0e8f6bf0e7
commit 6ef4ae1d4e
  1. 9
      doc/src/sgml/monitoring.sgml

@ -1181,6 +1181,15 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
</entry>
</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>

Loading…
Cancel
Save