Re: Function does not exist - Mailing list pgsql-general

From Sim Zacks
Subject Re: Function does not exist
Date
Msg-id 4A62B730.3080507@compulab.co.il
Whole thread Raw
In response to Function does not exist  ("dipesh mistry (Imap)" <dipesh.mistry@mobilefundas.com>)
List 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

pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: initdb fails on Windows with encoding=LATIN1
Next
From: "Abraham, Danny"
Date:
Subject: Re: initdb fails on Windows with encoding=LATIN1