Dropping functions from pg_proc table w/ querry

Поиск
Список
Период
Сортировка
От Wells Oliver
Тема Dropping functions from pg_proc table w/ querry
Дата
Msg-id CAOC+FBWN5bf56SwUbnhbymt0c_bmS6+-C1aiPwNOPe089+DqHA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Dropping functions from pg_proc table w/ querry  (Ian Barwick <ian.barwick@2ndquadrant.com>)
Список pgsql-admin
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.

--

В списке pgsql-admin по дате отправления:

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: the difference between psql , createdb, dropuser
Следующее
От: Wells Oliver
Дата:
Сообщение: Upgrading from 9.6 to 12 and running into cast issues with pg_catalog.text()