Re: Function does not exist
От | Sim Zacks |
---|---|
Тема | Re: Function does not exist |
Дата | |
Msg-id | 4A62B730.3080507@compulab.co.il обсуждение исходный текст |
Ответ на | Function does not exist ("dipesh mistry (Imap)" <dipesh.mistry@mobilefundas.com>) |
Список | 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 по дате отправления: