Tom Lane writes:
> Dirk Lutzebaeck <[EMAIL PROTECTED]> writes:
> > Hi, I have the follow problem when vacuum'ing on 7.1.3:
> > ERROR: cannot find attribute 1 of relation docmatchsel
> > Then I tried to reindex the table in standalone mode which gives:
> > backend> reindex table docmatchsel
Dirk Lutzebaeck <[EMAIL PROTECTED]> writes:
> Hi, I have the follow problem when vacuum'ing on 7.1.3:
> ERROR: cannot find attribute 1 of relation docmatchsel
> Then I tried to reindex the table in standalone mode which gives:
> backend> reindex table docmatchsel force
> ERROR: catalog is missin
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
---+--