Re: BUG #1609: Bug in interval datatype for 64 Bit timestamps

Поиск
Список
Период
Сортировка
От Oliver Siegmar
Тема Re: BUG #1609: Bug in interval datatype for 64 Bit timestamps
Дата
Msg-id 200504201807.16908.oliver@siegmar.net
обсуждение исходный текст
Ответ на Re: BUG #1609: Bug in interval datatype for 64 Bit timestamps  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Hi Tom,

On Wednesday 20 April 2005 17:57, Tom Lane wrote:
> "Oliver Siegmar" <oliver@siegmar.net> writes:
> > select '10.10 secs ago'::interval;
> >
> >      interval
> > -------------------
> >  @ 10.-10 secs ago
> > (1 row)
>
> What datestyle are you using?

Non-ISO (Postgres in that case), but the handling for non-ISO is all the same
in interval.c ...


ISO works fine -

   interval
--------------
 -00:00:10.10
(1 row)



Oliver

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1609: Bug in interval datatype for 64 Bit timestamps
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1608: integer negative limit in plpgsql function arguments