Thanks to visit codestin.com Credit goes to github.com
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 98fbce0 commit 75594e0Copy full SHA for 75594e0
doc/src/sgml/monitoring.sgml
@@ -1179,6 +1179,15 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
1179
</entry>
1180
</row>
1181
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
+
1191
<row>
1192
<entry><literal><function>pg_stat_clear_snapshot()</function></literal></entry>
1193
<entry><type>void</type></entry>
0 commit comments