21zoo Labs - Assorted Stuff

Postgres - Get the Current Number of Open Connections

Posted — Jul 12, 2019

Get the Current Number of Open Connections for a Postgres DB:

SELECT * FROM pg_stat_database;