Hi, When I run select datname, procpid, current_query from pg_stat_activity; I get 26 rows of <IDLE> queries. How can I set postgres to qutomatically close connections that have finished their queries and now sit idle?
Thanks! -JD
Hi, When I run select datname, procpid, current_query from pg_stat_activity; I get 26 rows of <IDLE> queries. How can I set postgres to qutomatically close connections that have finished their queries and now sit idle?
Thanks! -JD