Re: gp_dump: error in finding the last system oid: ERROR: get_relation_info: Relation 1262 not found

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: charette(at)writeme(dot)com (Stephane Charette)
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: gp_dump: error in finding the last system oid: ERROR: get_relation_info: Relation 1262 not found
Date: 2003-02-02 06:18:13
Message-ID: 7673.1044166693@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

charette(at)writeme(dot)com (Stephane Charette) writes:
> dumping database "log"...
> pg_dump: error in finding the last system oid: ERROR:
> get_relation_info: Relation 1262 not found

Don't tell me you did something as foolish as dropping pg_database?
No? Well, maybe you've got a corrupted index. Try running a reindex on
pg_class, or on all the system catalogs if that doesn't help. See the
REINDEX reference page for details on the arcane procedure to follow.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-02-02 06:29:21 Re: Visual design tools for Postgresql
Previous Message Greg Stark 2003-02-02 05:34:53 Re: How to estimate size of a row and therefore how much progress this query has made