Re: how to drop function?

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: how to drop function?
Дата
Msg-id 201111151608.04483.adrian.klaver@gmail.com
обсуждение исходный текст
Ответ на Re: how to drop function?  (Rebecca Clarke <rebecca@clarke.net.nz>)
Список pgsql-general
On Tuesday, November 15, 2011 3:56:32 pm Rebecca Clarke wrote:
> DROP FUNCTION process_table;
>
> should work.
>

Actually no, for the following reason:(

http://www.postgresql.org/docs/9.0/interactive/sql-dropfunction.html
"DROP FUNCTION removes the definition of an existing function. To execute this
command the user must be the owner of the function. The argument types to the
function must be specified, since several different functions can exist with the
same name and different argument lists"

--
Adrian Klaver
adrian.klaver@gmail.com

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

Предыдущее
От: Rebecca Clarke
Дата:
Сообщение: Re: how to drop function?
Следующее
От: Ivan Sergio Borgonovo
Дата:
Сообщение: Re: how to drop function?