Shin Code log

Logs of solution for code
April 12, 2024

[Postgres] How to list active connections on PostgreSQL?

[Postgres] How to list active connections on PostgreSQL?

Run the query below:

SELECT * FROM pg_stat_activity;