2147483642::abstime is null, 2147483644::abstime is null

From: Filip Jirsák <Filip(dot)Jirsak(at)gymnacel(dot)cz>
To: pgsql-general(at)postgresql(dot)org
Subject: 2147483642::abstime is null, 2147483644::abstime is null
Date: 2005-03-04 14:25:00
Message-ID: 42286FBC.5050207@gymnacel.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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).

Thanks.
Filip Jirsák

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua N Pritikin 2005-03-04 14:41:49 status of inheritance
Previous Message Ian Harding 2005-03-04 14:22:30 Re: preserving data after updates