Re: BUG #2056: to_char no long takes time as input?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #2056: to_char no long takes time as input?
Дата
Msg-id 27565.1133496410@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #2056: to_char no long takes time as input?  ("Nick Addington" <adding@math.wisc.edu>)
Список pgsql-bugs
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Oh, one more thing.  With the new patch I just posted, '0 hours' and
> 'HH' returns 12:

>     test=> select to_char('0 hours'::interval, 'HH');
>      to_char
>     ---------
>      12
>     (1 row)

Yeah, it's done that in every release since 7.2.  8.1.0 is the only
release that thinks 00 is correct.

            regards, tom lane

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

Предыдущее
От: Seneca Cunningham
Дата:
Сообщение: Re: BUG #2083: initdb fails with: child process was terminated
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #2056: to_char no long takes time as input?