cannot find attribute 1 of relation (of some user table) in 7.1.3 - Mailing list pgsql-bugs

From Dirk Lutzebaeck
Subject cannot find attribute 1 of relation (of some user table) in 7.1.3
Date
Msg-id 200201132052.g0DKqcd30964@cayambe.core.aeccom.com
Whole thread Raw
Responses Re: cannot find attribute 1 of relation (of some user table) in 7.1.3  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Hi, I have the follow problem when vacuum'ing on 7.1.3:

db1=# vacuum;
ERROR:  cannot find attribute 1 of relation docmatchsel

I cannot drop the table either and the system does not seem do know
the columns:

db1=# \d docmatchsel
Table "docmatchsel
 Attribute | Type | Modifier
-----------+------+----------

db1=#

Then I tried to reindex the table in standalone mode which gives:

backend> reindex table docmatchsel force
ERROR:  catalog is missing 4 attributes for relid 117042636

I also reindexed the system tables to no avail.

docmatchsel was created as a temporary table in the application. No
indexes were defined for this table.

I cannot get either run vacuum nor pg_dump with success.

Is there any insight to this? I looked up the email archives but could
find a way to get rid of this problem.

Dirk

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: ehm...
Next
From: Tom Lane
Date:
Subject: Re: cannot find attribute 1 of relation (of some user table) in 7.1.3