How to List Active Connections on PostgreSQL
From https://stackoverflow.com/questions/27435839/how-to-list-active-connections-on-postgresql
| |
If you want to know the idle ones, use idle.
From https://stackoverflow.com/questions/27435839/how-to-list-active-connections-on-postgresql
| |
If you want to know the idle ones, use idle.