Re: timestamp output as seconds since epoch? - Mailing list pgsql-sql

From Rod Taylor
Subject Re: timestamp output as seconds since epoch?
Date
Msg-id 1046309418.88663.8.camel@jester
Whole thread Raw
In response to timestamp output as seconds since epoch?  ("A.M." <agentm@cmu.edu>)
List pgsql-sql
select extract('epoch' from current_timestamp);


On Wed, 2003-02-26 at 20:14, A.M. wrote:
> I need to grab the pgsql timestamp as an integer (seconds since epoch)
> in order to compare the dates programmatically later on. What I'd like
> is:
> SELECT CAST('12/12/2004 4:50:45.3' AS TIMESTAMP)::INT8;
> The docs talk alot about date input but only discuss the 4 SET
> regionalized date output methods. Thanks!
>  ><><><><><><><><><
> AgentM
> agentm@cmu.edu
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

pgsql-sql by date:

Previous
From: "A.M."
Date:
Subject: timestamp output as seconds since epoch?
Next
From: Christoph Haller
Date:
Subject: Re: how can i drop a constraint