Re: timestamp?

From: Igor Roboul <igor(at)raduga(dot)dyndns(dot)org>
To: pgsql-general(at)hub(dot)org
Subject: Re: timestamp?
Date: 2000-10-28 04:02:47
Message-ID: 20001028080247.B30101@linux.rainbow
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message KuroiNeko 2000-10-28 04:37:39 Re: FW: Another array question: Join on array elements
Previous Message Alex Pilosov 2000-10-28 04:00:22 Re: A question about PL/pgSQL