Re: Small documentation patch

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: David Fetter <david(at)fetter(dot)org>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Small documentation patch
Date: 2003-12-03 06:50:44
Message-ID: 3FCD87C4.8000001@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Gavin Sherry 2003-12-03 06:59:25 Re: Small documentation patch
Previous Message David Fetter 2003-12-03 06:24:24 Small documentation patch