Re: Problem while reading from some tables

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Davide" <floods(at)libero(dot)it>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem while reading from some tables
Date: 2001-05-18 16:47:27
Message-ID: 20126.990204447@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Davide" <floods(at)libero(dot)it> writes:
> If a make a very simple query from the psql shell:
> nuovo_mercato=> SELECT * FROM prezzi;
> pqReadData() -- backend closed the channel unexpectedly.

Sounds like you have corrupted data in that table :-(. Time to
restore it from a backup, I'm afraid.

> I use postgresql 6.5.3-26 on debian GNU/linux potato

Consider updating. 7.1 is much more stable than 6.5.*.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Morten Primdahl 2001-05-18 16:55:57 Re: ER diagram generator
Previous Message Tom Lane 2001-05-18 16:45:47 Re: Size of Postgres Transaction Logs