deleting procs

From: "Jay O'Connor" <joconnor(at)cybermesa(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: deleting procs
Date: 2003-06-26 19:49:11
Message-ID: 20030626124911.E1089@altaica
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruno Wolff III 2003-06-26 20:02:54 Re: Dependancies on Tables
Previous Message Bryan Zera 2003-06-26 19:44:10 Dependancies on Tables