Re: Converting interval to numeric? - Mailing list pgsql-novice

From Bruno Wolff III
Subject Re: Converting interval to numeric?
Date
Msg-id 20050211045825.GA9313@wolff.to
Whole thread Raw
In response to Converting interval to numeric?  ("Sal Dkj" <saldkj@hotmail.com>)
Responses Re: Converting interval to numeric?  ("Rodolfo J. Paiz" <rpaiz@simpaticus.com>)
Re: Converting interval to numeric?  ("Sal Dkj" <saldkj@hotmail.com>)
List pgsql-novice
On Fri, Feb 11, 2005 at 01:48:06 +0000,
  Sal Dkj <saldkj@hotmail.com> wrote:
> Hello, I'm trying to calculate the difference between two timestamps and
> have the return value in minutes.
>
> So, for instance:
> Time 1 = 1/1/2005 12:00
> Time 2 = 1/2/2005 12:00
>
> If you subtract Time 1 from Time 2, it returns an interval value of '1
> day'. Extracting hours or minutes from this obviously gives 0.  What's the
>  trick here?

EXTRACT the EPOCH from the difference of the timestamps. This will give
you the elapsed times in seconds (as a float8 I think).

pgsql-novice by date:

Previous
From: "Mike G."
Date:
Subject: Re: PL/pgSQL: FOT Loops vs Cursors
Next
From: Michael Fuhr
Date:
Subject: Re: function returning a row