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) ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@xxxxxxxxxxxxxx so that your message can get through to the mailing list cleanly