Re: interval's and printing...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: interval's and printing...
Date: 2003-06-24 14:44:25
Message-ID: 200306241444.h5OEiP223895@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Larry Rosenman wrote:
> >> > * Have SELECT '13 minutes'::interval display zero seconds
> >> you might want to clarify the TODO to include in ISO DateStyle.
> >>
> >> (Per tom's comments).
> >
> > Can you supply an example/text?
> * Have SELECT '13 minutes'::interval display zero seconds when using
> DateStyle ISO

I am still confused. What does such output look like. Right now I
get:

test=> SELECT '13 minutes'::interval;
interval
----------
00:13
(1 row)

I assume the idea is to display it as 00:13:00, right?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Rosenman 2003-06-24 14:50:20 Re: interval's and printing...
Previous Message Tom Lane 2003-06-24 14:27:09 Re: lru cache replacement