Re: Small documentation patch - Mailing list pgsql-patches

From Christopher Kings-Lynne
Subject Re: Small documentation patch
Date
Msg-id 3FCD87C4.8000001@familyhealth.com.au
Whole thread Raw
In response to Small documentation patch  (David Fetter <david@fetter.org>)
Responses Re: Small documentation patch
List pgsql-patches
> + SELECT 'epoch'::timestamp + '1070430858 seconds'::interval;
> + <lineannotation>Result: </lineannotation><computeroutput>2003-12-03 05:54:18</computeroutput>
>   </screen>

You could also go:

SELECT '1070430858'::abstime;

But your way is probably a bit more stable...dunno...

Chris



pgsql-patches by date:

Previous
From: David Fetter
Date:
Subject: Small documentation patch
Next
From: Gavin Sherry
Date:
Subject: Re: Small documentation patch