Re: [GENERAL] Function does not exist

2009-07-16 Thread dipesh mistry (Imap)
it's look like problem with casting. You defined function name(integer,...) but you call it with bigint param. Bigint cannot be casted to int - so you have to redefine your func - name(bigint, ... regards Pavel Stehule 2009/7/15 dipesh mistry (Imap) : Hello, I have create my own function

[GENERAL] Function does not exist

2009-07-15 Thread dipesh mistry (Imap)
Hello, I have create my own function name "*addnewuser(integer,varchar.)*", and when I call this function it gives me below error, org.postgresql.util.PSQLException: ERROR: function addnewuser(bigint, character varying, character varying, character varying, character varying, character var