function delete problems

From: Rory Campbell-Lange <rory(at)campbell-lange(dot)net>
To: Postgresql Novice List <pgsql-novice(at)postgresql(dot)org>
Subject: function delete problems
Date: 2002-06-18 09:14:26
Message-ID: 20020618091426.GB5600@campbell-lange.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I have made some functions which I wish to remove or remake. These are
'returns opaque' functions that are used for triggers.

I cannot remove them using the drop function <name> command.

obf=> drop function trgpeoplehidden;
ERROR: parser: parse error at or near ";"

Quoting the function name doesn't seem to help.

What is the best ways of listing, deleting and updating functions?

(Also, is there a way of seeing what function a trigger on a table
calls? I've tried \d <triggername>).

Thanks for any help
Rory
--
Rory Campbell-Lange
<rory(at)campbell-lange(dot)net>
<www.campbell-lange.net>

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Manfred Koizar 2002-06-18 09:38:44 Re: function delete problems
Previous Message Rory Campbell-Lange 2002-06-18 09:02:09 function/trigger problems