执行下面的SQL就可以把所有的IDLE的链接关闭
SELECT pg_terminate_backend(procpid) from pg_stat_activity where current_query='<IDLE>';
返回上一页 返回【站长交流】