juleni@xxxxxxxxxxxx writes: > Caused by: java.sql.SQLException: ERROR: function update_bf_domain(integer, character varying, > character varying, timestamp with time zone) does not exist > CREATE OR REPLACE FUNCTION UPDATE_BF_DOMAIN > ( > INTEGER, > VARCHAR(100), > VARCHAR(1024), > TIMESTAMP > ) RETURNS type_int_timestamp AS ' "timestamp" and "timestamp with time zone" are two different types ... you probably need to declare the function using the latter. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend