Postgresql数据库部署之:Postgresql 存在session 会话不能删除数据库

SELECT pg_terminate_backend(pid) FROM pg_stat_activity WHERE datname=数据库名 AND pid<>pg_backend_pid();