I have a problem dropping a function which attribute type was already
deleted. So basically this is what has happened:
1) a type 'lo' was created
2) a function lo_oid(lo) was created
3) type 'lo' was dropped
Now the function cannot be dropped and the broken function is preventing
dumping the db.
Joonas Makkonen