728x90
반응형
- Lock 테이블 확인
select t.relname,l.locktype,page,virtualtransaction,pid,mode,granted
from pg_locks l, pg_stat_all_tables t
where l.relation=t.relid order by relation asc;
- Lock 삭제
select pg_cancel_backend(pid);
728x90
반응형
'데이터베이스 > Postgresql' 카테고리의 다른 글
[PostgreSql] postgresql 13 확장팩 설치 (0) | 2021.11.08 |
---|---|
[PostgreSQL] 날짜 범위 검색 (0) | 2021.10.01 |
테이블의 스키마와 owner 변경하기 (0) | 2021.09.29 |
[PostgreSQL] 세션에 걸려있는 프로세스 강제종료 하기 (0) | 2021.09.29 |
[PostgreSQL] random 데이터 생성 (0) | 2021.09.10 |
댓글