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

Commit 6ef4ae1

Browse files
committed
Add missing documentation for function pg_stat_get_wal_senders()
Euler Taveira de Oliveira
1 parent 0e8f6bf commit 6ef4ae1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/src/sgml/monitoring.sgml

+9
Original file line numberDiff line numberDiff line change
@@ -1181,6 +1181,15 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
11811181
</entry>
11821182
</row>
11831183

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

0 commit comments

Comments
 (0)