접속된 세션 확인하기:
select * from pg_stat_activity where datname=<DATABASE 명>;
세션 제거하기:
select pg_terminate_backend(PID);