원인은 여러가지 있겠지만 가장 많은 것은 catalog table 의 이상 또는 테이블 자체의 이상일 가능성이 큽니다.
vacuum; 을 실행시킨후 다시 시도해 보시기 바랍니다. 만약 vacuum 으로 수정되지 않는다면 대체로 살리기 힘든 경우가 많습니다.
> 매번 많은 도움만 받고 있는데, 또 신세를....
>
> postgres6.5.3을 이용하고 있습니다.
> database의 특정 테이블에 접근을 하면 계속 아래와 같은 에러가 납니다.
> 다른 테이블은 이상이 없습니다.
>
> 해당 테이블을 백업받아 놓은 것으로 새로 restore해도 시간이 좀 지나면 다시 에러가 납니다.
>
> namsun=> select rowid from odata_k;
> 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.
>
> 원인이 무엇인지 조언 부탁드립니다.
|