Add missing documentation for function pg_stat_get_wal_senders()
Euler Taveira de Oliveira
This commit is contained in:
parent
0e8f6bf0e7
commit
6ef4ae1d4e
@ -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…
x
Reference in New Issue
Block a user