Re: timestamp? - Mailing list pgsql-general

From Igor Roboul
Subject Re: timestamp?
Date
Msg-id 20001028080247.B30101@linux.rainbow
Whole thread Raw
In response to Re: timestamp?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Fri, Oct 27, 2000 at 03:01:31PM -0400, Tom Lane wrote:
> This gives you back an integer number of seconds per Unix conventions,
> which you just use atoi() on.  For example:
>
> regression=# select date_part('epoch', now());
Thanx

--
Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga",
Sochi, Russia
http://www.brainbench.com/transcript.jsp?pid=304744

pgsql-general by date:

Previous
From: "cp"
Date:
Subject: problem with views
Next
From: Alex Pilosov
Date:
Subject: Re: A question about PL/pgSQL