timestamp problem

Поиск
Список
Период
Сортировка
От mailtolouis2020-postgres@yahoo.com
Тема timestamp problem
Дата
Msg-id 603817.13210.qm@web30406.mail.mud.yahoo.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Alex Solovey
Дата:
Сообщение: Problem with planner choosing nested loop
Следующее
От: Ted Byers
Дата:
Сообщение: Re: (FAQ?) JOIN condition - 'WHERE NULL = NULL'