Search Postgresql Archives

Re: PROBLEM: Function does not exist

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux