On 11/16/2011 07:38 AM, J.V. wrote:
How do I drop a function that was created like so: create or replace function process_table (action TEXT, v_table_name varchar(100)) RETURNS BOOLEAN AS $$ DECLARE .... BEGIN ... END; $$ LANGUAGE plpgsql; --- I have tried various ways, but it always fails.
DROP FUNCTION process_table (action TEXT, v_table_name varchar(100)); -- Craig Ringer -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general