Re: Corrupted db? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Corrupted db?
Date
Msg-id 7249.1075127819@sss.pgh.pa.us
Whole thread Raw
In response to Corrupted db?  (Michael Brusser <michael@synchronicity.com>)
List pgsql-hackers
Michael Brusser <michael@synchronicity.com> writes:
> Looking at the database (v.7.3.2 on Solaris) I'm puzzled with this:

> syncdb=# \d
> ERROR:  Cache lookup failed for relation 17075

You might try reindexing the indexes on pg_class (particularly the one
on pg_class.oid).  See the REINDEX man page for procedural details.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Curt Sampson
Date:
Subject: pg_dump and CHECK constraints
Next
From: Jan Wieck
Date:
Subject: Re: cache control?