Dropping a broken function

From: "Joonas Makkonen" <joonas(dot)makkonen(at)infosto(dot)fi>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Dropping a broken function
Date: 2000-11-14 13:20:06
Message-ID: 02d401c04e3d$9e13e750$e62689c2@infosto.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

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

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Poul L. Christiansen 2000-11-14 13:32:13 Re: Replication
Previous Message Rynell Wesson 2000-11-14 12:27:40 create view error???