Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 75594e0

Browse files
committed
Add missing documentation for function pg_stat_get_wal_senders()
Euler Taveira de Oliveira
1 parent 98fbce0 commit 75594e0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/src/sgml/monitoring.sgml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,6 +1179,15 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
11791179
</entry>
11801180
</row>
11811181

1182+
<row>
1183+
<entry><literal><function>pg_stat_get_wal_senders()</function></literal></entry>
1184+
<entry><type>setof record</type></entry>
1185+
<entry>
1186+
One record for each active wal sender. The fields returned are a subset
1187+
of those in the <structname>pg_stat_replication</structname> view.
1188+
</entry>
1189+
</row>
1190+
11821191
<row>
11831192
<entry><literal><function>pg_stat_clear_snapshot()</function></literal></entry>
11841193
<entry><type>void</type></entry>

0 commit comments

Comments
 (0)