8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8f6bf commit 6ef4ae1Copy full SHA for 6ef4ae1
doc/src/sgml/monitoring.sgml
@@ -1181,6 +1181,15 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
1181
</entry>
1182
</row>
1183
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
+
1193
<row>
1194
<entry><literal><function>pg_stat_clear_snapshot()</function></literal></entry>
1195
<entry><type>void</type></entry>
0 commit comments