Re: interval to seconds conversion. How? - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: interval to seconds conversion. How?
Date
Msg-id 20041027223905.GA6293@dcc.uchile.cl
Whole thread Raw
In response to interval to seconds conversion. How?  (Denis Zaitsev <zzz@anda.ru>)
List pgsql-general
On Thu, Oct 28, 2004 at 04:08:53AM +0600, Denis Zaitsev wrote:
> How can I calculate the number of second in some interval?  Neither
> the secods part, nor the seconds after midnight...  Just the full
> quantity of the seconds.  I haven't find any function.

I think you can do that using

EXTRACT(epoch FROM interval-value)

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"The problem with the future is that it keeps turning into the present"
(Hobbes)


pgsql-general by date:

Previous
From: Denis Zaitsev
Date:
Subject: Re: interval to seconds conversion. How?
Next
From: Guy Fraser
Date:
Subject: Re: '1 year' = '360 days' ????