Re: gp_dump: error in finding the last system oid: ERROR: get_relation_info: Relation 1262 not found - Mailing list pgsql-general

From Tom Lane
Subject Re: gp_dump: error in finding the last system oid: ERROR: get_relation_info: Relation 1262 not found
Date
Msg-id 7673.1044166693@sss.pgh.pa.us
Whole thread Raw
In response to gp_dump: error in finding the last system oid: ERROR: get_relation_info: Relation 1262 not found  (charette@writeme.com (Stephane Charette))
List pgsql-general
charette@writeme.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

pgsql-general by date:

Previous
From: Greg Stark
Date:
Subject: Re: How to estimate size of a row and therefore how much progress this query has made
Next
From: Tom Lane
Date:
Subject: Re: Visual design tools for Postgresql