doc: Add pg_stat_reset and related functions to index
authorPeter Eisentraut
Sat, 15 Dec 2012 05:30:53 +0000 (00:30 -0500)
committerPeter Eisentraut
Sat, 15 Dec 2012 05:30:53 +0000 (00:30 -0500)
doc/src/sgml/monitoring.sgml

index 39ccfbb8434c70403408c5102ca18431e5ad5cc3..c22f16af79e62c28c3ce8978850159cb6b881a49 100644 (file)
@@ -1573,7 +1573,7 @@ postgres: user database host 
      
 
      
-      pg_stat_get_activity(integer)
+      pg_stat_get_activity(integer)<indexterm>pg_stat_get_activity</entry>
       setof record
       
        Returns a record of information about the backend with the specified PID, or
@@ -1584,7 +1584,7 @@ postgres: user database host 
      
 
      
-      pg_stat_clear_snapshot()
+      pg_stat_clear_snapshot()<indexterm>pg_stat_clear_snapshot</entry>
       void
       
        Discard the current statistics snapshot
@@ -1592,7 +1592,7 @@ postgres: user database host 
      
 
      
-      pg_stat_reset()
+      pg_stat_reset()<indexterm>pg_stat_reset</entry>
       void
       
        Reset all statistics counters for the current database to zero
@@ -1601,7 +1601,7 @@ postgres: user database host 
      
 
      
-      pg_stat_reset_shared(text)
+      pg_stat_reset_shared(text)<indexterm>pg_stat_reset_shared</entry>
       void
       
        Reset some cluster-wide statistics counters to zero, depending on the
@@ -1612,7 +1612,7 @@ postgres: user database host 
      
 
      
-      pg_stat_reset_single_table_counters(oid)
+      pg_stat_reset_single_table_counters(oid)<indexterm>pg_stat_reset_single_table_counters</entry>
       void
       
        Reset statistics for a single table or index in the current database to
@@ -1621,7 +1621,7 @@ postgres: user database host 
      
 
      
-      pg_stat_reset_single_function_counters(oid)
+      pg_stat_reset_single_function_counters(oid)<indexterm>pg_stat_reset_single_function_counters</entry>
       void
       
        Reset statistics for a single function in the current database to