Re: 2147483642::abstime is null, 2147483644::abstime is - Mailing list pgsql-general

From Scott Marlowe
Subject Re: 2147483642::abstime is null, 2147483644::abstime is
Date
Msg-id 1109948893.30529.417.camel@state.g2switchworks.com
Whole thread Raw
In response to 2147483642::abstime is null, 2147483644::abstime is null  (Filip Jirsák <Filip.Jirsak@gymnacel.cz>)
List pgsql-general
On Fri, 2005-03-04 at 08:25, Filip Jirsák wrote:
> Hi,
> why this statement:
> SELECT  2147483647::abstime, 2147483646::abstime, 2147483645::abstime,
> 2147483644::abstime, 2147483643::abstime, 2147483642::abstime,
> 2147483641::abstime, 2147483640::abstime, 2147483639::abstime;
>
> returns null form2147483646 and 2147483645? Is this feature or bug?
> (Server version is 7.4.5).

I'm running 7.4.7 on FC2, and i get this:

test=# SELECT  2147483647::abstime, 2147483646::abstime,
2147483645::abstime,
test-# 2147483644::abstime, 2147483643::abstime, 2147483642::abstime,
test-# 2147483641::abstime, 2147483640::abstime, 2147483639::abstime;
        abstime         | abstime |        abstime         | abstime
|        abstime         |        abstime       |        abstime
|        abstime         |        abstime

------------------------+---------+------------------------+----------+------------------------+------------------------+------------------------+------------------------+------------------------
 2038-01-18 21:14:07-06 | invalid | 2038-01-18 21:14:05-06 | infinity |
2038-01-18 21:14:03-06 | 2038-01-18 21:14:02-06 | 2038-01-18 21:14:01-06
| 2038-01-18 21:14:00-06 | 2038-01-18 21:13:59-06
(1 row)


pgsql-general by date:

Previous
From: Joshua N Pritikin
Date:
Subject: status of inheritance
Next
From: Scott Marlowe
Date:
Subject: Re: status of inheritance