+
+
+
|
pg_stat_archiver pg_stat_archiver
One row only, showing statistics about the
- |
- One row only, showing statistics about WAL activity. See
-
- pg_stat_wal for details.
-
-
-
|
pg_stat_database pg_stat_database
One row per database, showing database-wide statistics. See
+ |
+
pg_stat_replication_slots pg_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_slru pg_stat_slru
+ One row per SLRU, showing statistics of operations. See
+
+ pg_stat_slru for details.
+
+
+
+ |
+
pg_stat_subscription_stats pg_stat_subscription_stats
+ One row per subscription, showing statistics about errors.
+ See
+ pg_stat_subscription_stats for details.
+
+
+
+ |
+ One row only, showing statistics about WAL activity. See
+
+ pg_stat_wal for details.
+
+
+
+
+
|
pg_stat_all_tables pg_stat_all_tables
indexes on user tables are shown.
+ |
+
pg_stat_user_functions pg_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_functions pg_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_tables pg_statio_all_tables
user sequences are shown.
- |
-
pg_stat_user_functions pg_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_functions pg_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_slru pg_stat_slru
- One row per SLRU, showing statistics of operations. See
-
- pg_stat_slru for details.
-
-
-
- |
-
pg_stat_replication_slots pg_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_stats pg_stat_subscription_stats
- One row per subscription, showing statistics about errors.
- See
- pg_stat_subscription_stats for details.
-
-
-