Re: PROBLEM: Function does not exist

From: Douglas McNaught <doug(at)mcnaught(dot)org>
To: juleni(at)livetrade(dot)cz
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PROBLEM: Function does not exist
Date: 2005-11-07 18:04:06
Message-ID: m2ll00ibc9.fsf@Douglas-McNaughts-Powerbook.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

juleni(at)livetrade(dot)cz writes:

> Hello,
>
> I have problem that I can't to call function because postgres
> can't to find this function with specified parameters and I receive
> following error:
>
> Caused by: java.sql.SQLException: ERROR: function
> update_bf_domain(integer, character varying, character varying,
> timestamp with time zone) does not exist

TIMESTAMP and TIMESTAMP WITH TIME ZONE are different types. It looks
as if Java is passing the latter.

-Doug

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ned Lilly 2005-11-07 18:46:23 CA spins off Ingres to a new company
Previous Message Tom Lane 2005-11-07 17:52:35 Re: PROBLEM: Function does not exist