> Is there any way to query the database to identify what the current > connections are (connections, sessions, or whatever you want to call them)? select * from pg_stat_activity; ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend