doc: Re-order Table 28.2 "Collected Statistics Views"
authorPeter Eisentraut
Mon, 2 Jan 2023 07:45:17 +0000 (08:45 +0100)
committerPeter Eisentraut
Mon, 2 Jan 2023 07:48:21 +0000 (08:48 +0100)
Make the order more sensible and repeatable.  Comments have been added
to guide future additions.

Author: Peter Smith 
Reviewed-by: David G. Johnston
Discussion: https://www.postgresql.org/message-id/flat/CAHut+Pv8Oa7v06hJb3+HzCtM2u-3oHWMdvXVHhvi7ofB83pNbg@mail.gmail.com

doc/src/sgml/monitoring.sgml

index 363b183e5f0f02a901bb7a7bab5193a1ca2dcf0a..5bcba0fdec42fca6882422127ae349a2c8e88d29 100644 (file)
@@ -430,6 +430,9 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
     
 
     
+
+     
+
      
       pg_stat_archiverpg_stat_archiver
       One row only, showing statistics about the
@@ -448,14 +451,6 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
      
      
 
-     
-      pg_stat_walpg_stat_wal
-      One row only, showing statistics about WAL activity. See
-       
-       pg_stat_wal for details.
-      
-     
-
      
       pg_stat_databasepg_stat_database
       One row per database, showing database-wide statistics. See
@@ -474,6 +469,41 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
       
      
 
+     
+      pg_stat_replication_slotspg_stat_replication_slots
+      One row per replication slot, showing statistics about the
+       replication slot's usage. See
+       
+       pg_stat_replication_slots for details.
+      
+     
+
+     
+      pg_stat_slrupg_stat_slru
+      One row per SLRU, showing statistics of operations. See
+       
+       pg_stat_slru for details.
+      
+     
+
+     
+      pg_stat_subscription_statspg_stat_subscription_stats
+      One row per subscription, showing statistics about errors.
+      See 
+      pg_stat_subscription_stats for details.
+      
+     
+
+     
+      pg_stat_walpg_stat_wal
+      One row only, showing statistics about WAL activity. See
+       
+       pg_stat_wal for details.
+      
+     
+
+     
+
      
       pg_stat_all_tablespg_stat_all_tables
       
@@ -539,6 +569,25 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
       indexes on user tables are shown.
      
 
+     
+      pg_stat_user_functionspg_stat_user_functions
+      
+       One row for each tracked function, showing statistics
+       about executions of that function. See
+       
+       pg_stat_user_functions for details.
+      
+     
+
+     
+      pg_stat_xact_user_functionspg_stat_xact_user_functions
+      Similar to pg_stat_user_functions, but counts only
+      calls during the current transaction (which are not
+      yet included in pg_stat_user_functions).
+     
+
+     
+
      
       pg_statio_all_tablespg_statio_all_tables
       
@@ -606,48 +655,6 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
       user sequences are shown.
      
 
-     
-      pg_stat_user_functionspg_stat_user_functions
-      
-       One row for each tracked function, showing statistics
-       about executions of that function. See
-       
-       pg_stat_user_functions for details.
-      
-     
-
-     
-      pg_stat_xact_user_functionspg_stat_xact_user_functions
-      Similar to pg_stat_user_functions, but counts only
-      calls during the current transaction (which are not
-      yet included in pg_stat_user_functions).
-     
-
-     
-      pg_stat_slrupg_stat_slru
-      One row per SLRU, showing statistics of operations. See
-       
-       pg_stat_slru for details.
-      
-     
-
-     
-      pg_stat_replication_slotspg_stat_replication_slots
-      One row per replication slot, showing statistics about the
-       replication slot's usage. See
-       
-       pg_stat_replication_slots for details.
-      
-     
-
-     
-      pg_stat_subscription_statspg_stat_subscription_stats
-      One row per subscription, showing statistics about errors.
-      See 
-      pg_stat_subscription_stats for details.
-      
-     
-