Re: Corrupted db?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: michael(at)synchronicity(dot)com
Cc: Pgsql-Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Corrupted db?
Date: 2004-01-26 14:36:59
Message-ID: 7249.1075127819@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Michael Brusser <michael(at)synchronicity(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-01-26 14:48:03 Re: what does it mean
Previous Message Jan Wieck 2004-01-26 13:36:59 Re: cache control?