Re: how to drop function? - Mailing list pgsql-general

From Adrian Klaver
Subject Re: how to drop function?
Date
Msg-id 201111151608.04483.adrian.klaver@gmail.com
Whole thread Raw
In response to Re: how to drop function?  (Rebecca Clarke <rebecca@clarke.net.nz>)
List 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 by date:

Previous
From: Rebecca Clarke
Date:
Subject: Re: how to drop function?
Next
From: Ivan Sergio Borgonovo
Date:
Subject: Re: how to drop function?