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
---+--
andrea gelmini <[EMAIL PROTECTED]> writes:
> you was right, and there's no need of vacuum db to crash the postmaster...
> doing a fresh installation, a fresh initdb, starting my script (and a
> second bash script that does nothing more than a simple insert) after about
> 1 milion transactions i ca