Re: pg_dump: schema with OID 58698 does not exist

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Kerr <dmk(at)mr-paradox(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump: schema with OID 58698 does not exist
Date: 2011-02-09 19:15:06
Message-ID: 6115.1297278906@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

David Kerr <dmk(at)mr-paradox(dot)net> writes:
> Ok, I found the bad entries, 2 tables a sequence and 2 primary key indexes are associated
> with the wrong (invalid / nonexistant ) schema.

> However, there are correct entries for those objects as well. So these are definitly just dangling references.

Please be more specific. What are the bad entries exactly (what values,
in which columns of what catalogs) and what do you mean by "there are
correct entries as well"?

> When we do a data "refresh" here, i do a drop <schema> cascade; in the DB and then
> pg_restore -Fc --disable-triggers

Hm. We have seen occasional reports of drop cascade failing to delete
all the dependent objects, but it's pretty hard to see how that could
happen ...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message prakashn 2011-02-09 19:16:44 Relative ordering in array aggregation
Previous Message Gauthier, Dave 2011-02-09 19:06:57 Will "rename database" get replicated?