time difference - Mailing list pgsql-novice

From Seema Noor
Subject time difference
Date
Msg-id 004601c0e52d$1af00340$0100a8c0@noor
Whole thread Raw
List pgsql-novice
 
i want to calculate the session time. my query is this

select now() - '2001-05-19 12:09:00+5;

it gives the difference in date and difference in time separately. if the
current time is greater than the second time then it gives simply their
difference but i want to calcutate the session time from these two times.
if now() = 2001-05-25 01:00:00+5
and second timestamp = 2001-05-24 23:00:00+5
 
then how can i get their time differernce EQUAL TO '3:00:00' instead of '21:00:00 ago' ?
 
and is there a way to get the total time difference including the date factor involved i.e.
if now() = 2001-05-25 23:00:00+5
and second timestamp = 2001-05-24 01:00:00+5
then is there any function to get their difference equal to '46:00:00' instead of '1 22:00:00' ?
please reply me soon.

pgsql-novice by date:

Previous
From: harrold@sage.che.pitt.edu
Date:
Subject: Re: Importing data... (fwd)
Next
From: Patrick Coulombe
Date:
Subject: LIKE upper('%$info%') -- (like google)