drop function all - ? - Mailing list pgsql-general

From Együd Csaba
Subject drop function all - ?
Date
Msg-id 004501c34936$9cdd3430$230a0a0a@compaq
Whole thread Raw
Responses Re: drop function all - ?  (elein <elein@varlena.com>)
List pgsql-general
Hi,
is there any way to get rid of all of my functions in a database. I mean
such an expression: DROP FUNCTION ALL;

The point of this issue is that time to time one writes and rewrites
functions with the same name and forgets to remove the existing ones. At a
certain time one tries to call a function but don't know why it fails. It
fails bacause there is an other (or more) function with the same name and
with a very similar parameter list (the same number and convertable types).

I'm in this situation....
So I'd like to remove all my functions and recreate the latest ones from a
file. Without dropping the whole database of corse.

Any suggestions????

Thank you,

-- Csaba



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.495 / Virus Database: 294 - Release Date: 2003. 06. 30.


pgsql-general by date:

Previous
From: Jan Wieck
Date:
Subject: Re: Is SQL silly as an RDBMS<->app interface?
Next
From: Ron Johnson
Date:
Subject: Re: Is SQL silly as an RDBMS<->app interface?