Re: Function does not exist

From: ANdreas Wenk <a(dot)wenk(at)netzmeister-st-pauli(dot)de>
To: "dipesh mistry (Imap)" <dipesh(dot)mistry(at)mobilefundas(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Function does not exist
Date: 2009-07-15 19:25:31
Message-ID: 4A5E2D2B.5020104@netzmeister-st-pauli.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

dipesh mistry (Imap) wrote:
> 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 varying, character varying, unknown, character
> varying, character varying, character varying, character varying,
> character varying, character varying, character varying, character
> varying, character varying, character varying, character varying,
> character varying, integer) does not exist
>
> Even though function exist why it gives me this error, we use
> postgres-8.3.7 latest.
> We install postgres by .tar,gz file.
>
> --
> Thanks,
> Dipesh
> If you can't make a mistake, you can't make anything.
>
Hi,

I suppose you are setting the wrong parameter when calling this
function. If you use psql use the short cut command \df to get all
functions you built and check this again ... such an error message is
mostly a hint that something with the params is wrong ...

Cheers

Andy

In response to

Browse pgsql-general by date

  From Date Subject
Next Message CG 2009-07-15 19:38:00 best practice transitioning from one datatype to another
Previous Message Bill Moran 2009-07-15 18:25:42 Re: change database