missing "day(s)" in interval (was: Convert from Seconds-Since-Epoch to Timestamp) - Mailing list pgsql-sql

From Louis-David Mitterrand
Subject missing "day(s)" in interval (was: Convert from Seconds-Since-Epoch to Timestamp)
Date
Msg-id 20000923174520.A10680@styx
Whole thread Raw
In response to Re: Convert from Seconds-Since-Epoch to Timestamp  (Jie Liang <jliang@ipinc.com>)
Responses Re: missing "day(s)" in interval (was: Convert from Seconds-Since-Epoch to Timestamp)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
On Thu, Sep 21, 2000 at 01:25:05PM -0700, Jie Liang wrote:
> Hi, there,
> 
> urldb=# create table foo(sec int4);
> CREATE
> urldb=# insert into foo values(54321);
> INSERT 382942319 1
> urldb=# select interval(reltime (sec||'secs')) from foo;
>  interval
> ----------
>  15:05:21
> (1 row)

By the way, is it normal that the "day" word doesn't appear in the interval?

auction=# select interval(now()::abstime::int4);         interval          
----------------------------30 years 9 mons 3 15:42:09
(1 row)

-- 
Louis-David Mitterrand - ldm@apartia.org - http://www.apartia.org

"Perl Guy and Executive Glue Sniffer"                                    (stolen from Aaron Sherman's .sig)


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: how to store a query, that results in a table
Next
From: Tom Lane
Date:
Subject: Re: missing "day(s)" in interval (was: Convert from Seconds-Since-Epoch to Timestamp)