deleting procs - Mailing list pgsql-general

From Jay O'Connor
Subject deleting procs
Date
Msg-id 20030626124911.E1089@altaica
Whole thread Raw
Responses Re: deleting procs
List pgsql-general
I want to delete a bunch of procs from the database because I'v stopped
using some and changed the arguments on others.  Is it sufficient to do
something like

    DELETE FROM pg_proc WHERE proname IN (....);

Or do I have to use DROP FUNCTION to clean anything else up?

Thanks

Jay

pgsql-general by date:

Previous
From: Doug McNaught
Date:
Subject: Re: PlPython
Next
From: Karsten Hilbert
Date:
Subject: Re: PlPython