Re: pg_dump: schema with OID 2200 does not exist - Mailing list pgsql-admin

From Tom Lane
Subject Re: pg_dump: schema with OID 2200 does not exist
Date
Msg-id 19837.1336573221@sss.pgh.pa.us
Whole thread Raw
In response to pg_dump: schema with OID 2200 does not exist  (Chander Ganesan <chander.ganesan@gmail.com>)
List pgsql-admin
Chander Ganesan <chander.ganesan@gmail.com> writes:
> I'm running into a weird issue with PostgreSQL 9.1.3 and PostGIS 2.0
> when trying to dump a table - no matter what table I try to dump in this
> database, I find that I get the same error, as evidenced below (scroll
> down for relevant data/error output.)

2200 would normally be the "public" schema.  Since you show it having a
different OID, I suppose you dropped and recreated it at some point.
The question is, how did you manage to do that if there were still
objects in it?  Can you reproduce the sequence of events that led to
this state of affairs?  Since you mention moving things with ALTER
EXTENSION, I wonder if there could be a bug in that, but this report
is way too vague for somebody else to investigate.

            regards, tom lane

pgsql-admin by date:

Previous
From: Chander Ganesan
Date:
Subject: pg_dump: schema with OID 2200 does not exist
Next
From: Elizandro Gallegos
Date:
Subject: FW: pg_dump: schema with OID 2200 does not exist