안녕하세요.
저는 과에서 조그만 web BBS를 운영하고 있는 학생입니다.
근데 DB를 postgresql를 사용했는데.
요새 table중에서 delete실행중 다음과 같은 error가 납니다.
bbs=> delete from board_job_humor where id='goosj';
pqReadData() // backend closed the channel unexpectedly.
This probably means the backend terminated abnormally
before or while processing the request.
We have lost the connection to the backend, so further processing is impossible.
Terminating.
물론 select은 다음과 같은 error를 냅니다.
bbs=> select * from board_job_humor;
Backend message type 0x44 arrived while idle
Backend message type 0x44 arrived while idle
We have lost the connection to the backend, so further processing is impossible.
Terminating.
다른 table들은 다 잘 돌아가는데.. 이유를 모르겠어요.
혹시 무슨 error인지 아시는 분 계시면 알려주세요.
혹시 postgresql에서는..뭐.. 자동으로 수정해 주거나.. 고쳐주는거 없나 ..쩝
도와주세요~~
|