[Postgres] How to list active connections on PostgreSQL?
You can check connection details in Postgres using pgstatactivity. You can apply filter to satisfy your condition.
You can check connection details in Postgres using pgstatactivity. You can apply filter to satisfy your condition.
Spawn a container and jump right into a shell
The query to check number of connection to db and more details about activity
Enabling SSL for PostgreSQL in Docker