> 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;