Bob Ippolito <bob@redivi.com> writes:
> On Nov 21, 2005, at 12:44 PM, Tom Lane wrote:
>> Try dropping the type.
> I did try that, I guess it didn't make it to the list yet:
> mochi=# drop type ping_1132387200;
> ERROR: cache lookup failed for relation 211174567
Hmm, apparently there are still entries in pg_depend for these objects.
Would you look to see what is in pg_depend with either objid or refobjid
equal to either 211174567 or the type's oid (possibly 211174568, but
check)?
regards, tom lane