Re: Corrupt Table - Gettting Desparate

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To:
Cc: "Bryan White" <bryan@arcamax.com>, "pgsql-general" <pgsql-general@postgreSQL.org>
Date: 2000-09-15T02:25:32Z
Lists: pgsql-general
I said:
> What I did the last time I had to identify a corrupted tuple was to try
> 	SELECT tid,* FROM table LIMIT 1 OFFSET n

Er, make that "ctid" ... sorry for the error ...

			regards, tom lane