From: | Sim Zacks <sim(at)compulab(dot)co(dot)il> |
---|---|
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-19 06:03:28 |
Message-ID: | 4A62B730.3080507@compulab.co.il |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
DIPESH WROTE:
> 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
Please paste in the full definition of the function and the function
call. (Use debug mode to see what is actually being passed to the
database).
I agree with Andreas that the problem is the parameters in the actual
function call is wrong.
If you look at the error, the 8th parm being passed in is an unknown.
What is it supposed to be?
Sim
From | Date | Subject | |
---|---|---|---|
Next Message | Abraham, Danny | 2009-07-19 09:35:43 | Re: initdb fails on Windows with encoding=LATIN1 |
Previous Message | Pavel Stehule | 2009-07-19 03:12:20 | Re: initdb fails on Windows with encoding=LATIN1 |