Re: objects tied to missing extension - Mailing list pgsql-bugs

From Tom Lane
Subject Re: objects tied to missing extension
Date
Msg-id 23211.1322514611@sss.pgh.pa.us
Whole thread Raw
In response to Re: objects tied to missing extension  (Phil Sorber <phil@omniti.com>)
Responses Re: objects tied to missing extension  (Phil Sorber <phil@omniti.com>)
List pgsql-bugs
Phil Sorber <phil@omniti.com> writes:
> I am still able to reproduce the "ERROR:  cache lookup failed for extension
> xxxxx" if I use an explicit 'drop extension'. I am unsure how I can
> reverse the state it is now in. I assume there is some system catalog
> I can edit that will fix it?

I think you have some dangling entries in pg_depend --- manually
deleting any rows that reference the missing pg_extension OID should fix
it.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Phil Sorber
Date:
Subject: Re: objects tied to missing extension
Next
From: Phil Sorber
Date:
Subject: Re: objects tied to missing extension