timestamp problem - Mailing list pgsql-general

From mailtolouis2020-postgres@yahoo.com
Subject timestamp problem
Date
Msg-id 603817.13210.qm@web30406.mail.mud.yahoo.com
Whole thread Raw
List pgsql-general
Hello,
 
I got 2 database, one for product use and another for developer use. Both are same. In these database, I got a procedure which has a TIMSTAMP datatype as IN parameter.
 
 
My problem is, when my Java application use the developer database and call this procedure, it is working fine, but when I switch to product database, it show error that this procedure not exit, it is looking for a procedure with TIMSTAMPTZ, why ? Is there somewhere in postgres can set not look for TIMESTAMPTZ, but TIMESTAMP?
 
Regards
Louis

pgsql-general by date:

Previous
From: Alex Solovey
Date:
Subject: Problem with planner choosing nested loop
Next
From: Ted Byers
Date:
Subject: Re: (FAQ?) JOIN condition - 'WHERE NULL = NULL'