Dropping functions from pg_proc table w/ querry

Wells Oliver <[email protected]> Tue, 29 Oct 2019 20:05:10 -0700
Newsgroups gmane.comp.db.postgresql.admin
Message-ID <CAOC+FBWN5bf56SwUbnhbymt0c_bmS6+-C1aiPwNOPe089+DqHA@mail.gmail.com>
I have this query:

select * from pg_proc where probin like '%someoldstuff%';

Which shows abou 20 functions I want dropped. Is there a quick convenient
SQL query for dropping all of these? Can't quite figure it out.

-- 
Wells Oliver
[email protected] <[email protected]>