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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Oliver Siegmar" <oliver(at)siegmar(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1609: Bug in interval datatype for 64 Bit timestamps
Date: 2005-04-20 15:57:37
Message-ID: 1492.1114012657@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Oliver Siegmar" <oliver(at)siegmar(dot)net> writes:
> select '10.10 secs ago'::interval;

> interval
> -------------------
> @ 10.-10 secs ago
> (1 row)

What datestyle are you using?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Oliver Siegmar 2005-04-20 16:07:16 Re: BUG #1609: Bug in interval datatype for 64 Bit timestamps
Previous Message Tom Lane 2005-04-20 15:10:13 Re: BUG #1608: integer negative limit in plpgsql function arguments