> template1=# SELECT '1070430858'::abstime;> ERROR: invalid input syntax for type abstime: "1070430858"> > I agree its more stable :-). That's on HEAD.
Whoops:
SELECT 1070430858::abstime::timestamp;
Chris