]> granicus.if.org Git - postgresql/commitdiff
Add missing documentation for function pg_stat_get_wal_senders()
authorMagnus Hagander <magnus@hagander.net>
Tue, 6 Dec 2011 10:02:02 +0000 (11:02 +0100)
committerMagnus Hagander <magnus@hagander.net>
Tue, 6 Dec 2011 10:03:05 +0000 (11:03 +0100)
Euler Taveira de Oliveira

doc/src/sgml/monitoring.sgml

index 8da8f85e7096ed7404faa7eae92cd1caed1854b1..44790d682aaeda470f8d3b053bb599b636068d32 100644 (file)
@@ -1179,6 +1179,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>