Re: BUG #12432: date_trunc returning wrong year and day

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #12432: date_trunc returning wrong year and day
Дата
Msg-id 4787.1420489831@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #12432: date_trunc returning wrong year and day  (bquirion@gmail.com)
Список pgsql-bugs
bquirion@gmail.com writes:
> foodb=> select date_trunc('week', now() - interval '1 week');
>        date_trunc
> ------------------------
>  2013-12-30 00:00:00-08
> (1 row)

> foodb=> select date_trunc('week', now() - interval '2 week');
>        date_trunc
> ------------------------
>  2014-12-22 00:00:00-08
> (1 row)

Works for me ...

> I'mn using postgres 8.0.3

A quick look in the commit logs finds an 8.0.4 fix that seems likely
to be the same thing:

Author: Bruce Momjian <bruce@momjian.us>
Branch: REL8_0_STABLE Release: REL8_0_4 [0a056c371] 2005-07-04 14:12:45 +0000

    Fix date_trunct for December dates that are in the next year, e.g.:
        SELECT date_trunc('week', '2002-12-31'::date);
    Backpatch to 8.0.X.
    Per report from Nick Johnson.

You do realize that (1) 8.0.x has been out of support for more than
four years, and (2) the last release in that series was 8.0.26?
You will not get a lot of traction from filing bug reports against
ten-year-old releases.

            regards, tom lane

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #12432: date_trunc returning wrong year and day
Следующее
От: Marc Munro
Дата:
Сообщение: pg_dump failure with 9.3 server