Re: corrupt pg_language index <?>

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jon Dugan <dugan(at)smi(dot)stanford(dot)edu>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: corrupt pg_language index <?>
Date: 2001-10-29 22:14:33
Message-ID: 14703.1004393673@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Jon Dugan <dugan(at)smi(dot)stanford(dot)edu> writes:
> NOTICE: Rel pg_class: TID 0/46: OID IS INVALID. TUPGONE 0.
> ERROR: cannot find attribute 1 of relation pg_language_oid_index

Hmm. Try rebuilding the system indexes, via REINDEX DATABASE in
that database. (See the REINDEX documentation for the proper procedure
to rebuild system indexes --- you need to give the command in a
standalone backend with the postmaster shut down, else you'll probably
make things worse not better.)

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ross J. Reedstrom 2001-10-29 23:16:27 Re: Code to automatically refresh sequences after loading data?
Previous Message Sean Chittenden 2001-10-29 21:46:04 Re: FreeBSD upgrade causes performance degredation