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 -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general