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

From Tom Lane
Subject Re: pg_dump: schema with OID xxxxxxxx does not exist
Date
Msg-id 3550.1162174753@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_dump: schema with OID xxxxxxxx does not exist  (Peter Neish <peter@austehc.unimelb.edu.au>)
Responses Re: pg_dump: schema with OID xxxxxxxx does not exist  (Peter Neish <peter@austehc.unimelb.edu.au>)
List pgsql-admin
Peter Neish <peter@austehc.unimelb.edu.au> writes:
> Tom Lane wrote:
>> These are composite-type entries, which means there should be
>> associated entries in pg_class --- with OIDs 37894096 and 37894098
>> respectively.  Did you check to see if those are still there?

> Yes, they are there. Can I safely delete the rows from both the pg_type
> and the pg_class tables?

Oh, that's interesting.  Are there entries in pg_attribute for these
tables?  Look for attrelid = 37894096 or 37894098.  What PG version
is this exactly?

            regards, tom lane

pgsql-admin by date:

Previous
From: Peter Neish
Date:
Subject: Re: pg_dump: schema with OID xxxxxxxx does not exist
Next
From: Peter Neish
Date:
Subject: Re: pg_dump: schema with OID xxxxxxxx does not exist