Re: pg_dump: schema with OID 2200 does not exist

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_dump: schema with OID 2200 does not exist
Дата
Msg-id 19837.1336573221@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_dump: schema with OID 2200 does not exist  (Chander Ganesan <chander.ganesan@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Chander Ganesan
Дата:
Сообщение: pg_dump: schema with OID 2200 does not exist
Следующее
От: Elizandro Gallegos
Дата:
Сообщение: FW: pg_dump: schema with OID 2200 does not exist