Problem with interval

Поиск
Список
Период
Сортировка
От Bruno Prévost
Тема Problem with interval
Дата
Msg-id 039801c4abe2$b5715ac0$5d00a8c0@BRUNO2500
обсуждение исходный текст
Ответы Re: Problem with interval  (Michael Fuhr <mike@fuhr.org>)
Re: Problem with interval  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Hi,

I'm using postgres version 7.4.5 and had a problem with interval
 
Here is my query :
select '2004/10/31'::timestamptz + '1 day'::interval;
 
Here is the answer :
10/31/2004 11:00:00 PM
 
 
Is it a bug or I do something wrong?
I tested my query on 3 server and have always the same answer.
 
Thanks
Regards

 
 

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1281: I cannot find the ODBC driver in available ODBC drivers
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Problem with interval