On 9/11/06, Penchalaiah P. <[EMAIL PROTECTED]> wrote:
Hi good morning to all….
I created some functions in my pgadmin… when I am
deleting those functions from that pgadmin its giving error…i.e
An ERROR has occurred
ERROR:function function_name1(character varying, characte
Can you give us the actual delete command you are issuing?
You need to specify the types of the function arguments when deleting
functions, for example:
DELETE FUNCTION my_sum (int, int);
etc.
Cheers,
Bob Edwards.
Penchalaiah P. wrote:
Hi good morning to all….
I created some functions in
On 9/11/06, Penchalaiah P. <
[EMAIL PROTECTED]> wrote:
Hi good morning to all….
I created some functions in my pgadmin… when I am
deleting those functions from that pgadmin its giving error…i.e
An ERROR has occurred
ERROR:function function_name1(character varying, charact
Hi good morning to all….
I created some functions in my pgadmin… when I am
deleting those functions from that pgadmin its giving error…i.e
An ERROR has occurred
ERROR:function function_name1(character varying, character
varying, character varying, date, character varying) does