Add missing documentation for function pg_stat_get_wal_senders()

Euler Taveira de Oliveira
This commit is contained in:
Magnus Hagander 2011-12-06 11:02:02 +01:00
parent 0e8f6bf0e7
commit 6ef4ae1d4e
1 changed files with 9 additions and 0 deletions

View File

@ -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>