Postgres: To see showing database-wide statistics
PostgreSQL: Documentation: 17: 27.2. The Cumulative Statistics System
https://www.postgresql.org/docs/current/monitoring-stats.html#MONITORING-PG-STAT-DATABASE-VIEW
select * from pg_stat_database;
PostgreSQL: Documentation: 17: 27.2. The Cumulative Statistics System
https://www.postgresql.org/docs/current/monitoring-stats.html#MONITORING-PG-STAT-DATABASE-VIEW
select * from pg_stat_database;
Comments
Post a Comment