corrupted rows in pg_attribute deleted

From: "marvin(dot)deoliveira" <marvin(dot)deoliveira(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: corrupted rows in pg_attribute deleted
Date: 2011-09-06 19:57:46
Message-ID: 1315339066571-4775814.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

--------------------------------------
| Postgres Version 9.0.2 |
--------------------------------------

After a Kernel Panic in Debian 5, we found corrupted rows in pg_attribute
about 2 tables.

I deleted the rows and updated the pg_class.relnatts with the result of:

SELECT count(*) FROM pg_attribute WHERE attnum > 0 AND attrelid = 167017 --
Returned 22 rows.
where 167017 is the one of the tables OID.

Now I got the following messages:

1 - When PgAdmin III list the table structure for the first time:

ERROR: invalid attribute number 23 for fase_laudo_apac
LINE 1: Select count(*) as rows from only fase_laudo_apac

2- When I tried to drop the fase_laudo_apac table:

An error has occourred:

ERROR: cache lookup failed for attribute 3 of relation 167045

Any help will be really appreciated

-----
Marcos Oliveira

--
View this message in context: http://postgresql.1045698.n5.nabble.com/corrupted-rows-in-pg-attribute-deleted-tp4775814p4775814.html
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Lukasz Brodziak 2011-09-06 20:17:51 Re: corrupted rows in pg_attribute deleted
Previous Message Gnanakumar 2011-09-06 14:16:17 What are all the reasons/possibilities of failure to free-up disk space occupied by TEMPORARY table?