Re: Strange results with interval types computations

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Strange results with interval types computations
Дата
Msg-id 26379.979492462@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Strange results with interval types computations  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
pgsql-bugs@postgresql.org writes:
> ez_money=> select '10/01/2000'::date+'1 month'::interval;
> ?column?
> ----------------------
> 2000-10-31 23:00:00+01
> (1 row)

DST transition problem.  It's fixed in current sources.

            regards, tom lane

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Strange results with interval types computations
Следующее
От: "Michael Richards"
Дата:
Сообщение: Re: Bug in SQL functions that use a NULL parameter directly