From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Ron Mayer <ron(at)cheapcomplexdevices(dot)com>, Ron Mayer <ron(at)intervideo(dot)com>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: [COMMITTERS] pgsql-server/ oc/src/sgml/datatype.sgml |
Date: | 2004-03-30 21:52:16 |
Message-ID: | 200403302152.i2ULqG320341@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-patches |
Added to TODO:
* Add GUC variable to allow output of interval values in ISO8601 format
---------------------------------------------------------------------------
Tom Lane wrote:
> Ron Mayer <ron(at)cheapcomplexdevices(dot)com> writes:
> > Would formatting functions for intervals such as...
> > to_iso8601basic_char(interval) -- return ISO-8601 basic fmt interval
> > to_iso8601basic_char(timestamp) -- return ISO-8601 basic fmt date/time
> > would be better than a new GUC variable?
>
> I could see arguments for both --- in the timestamp world we have
> DateStyle to control the default output format, plus to_char when you
> want something different. I'd suggest continuing with your plan of
> providing GUC control over the default interval format (just use a
> separate GUC variable, please, for orthogonality). If you want to add
> an explicit formatting function later, you can do that too.
>
> BTW, I do not recall exactly why Karel wants to deprecate
> to_char(interval), but I don't think it's because of any fundamental
> objection to the notion of a formatting function. I think it was
> because the present definition is badly designed and needs to be
> replaced with a different API.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>
--
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
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-03-30 21:58:20 | pgsql-server/doc/src/sgml advanced.sgml dateti ... |
Previous Message | Bruce Momjian | 2004-03-30 21:51:41 | pgsql-server/doc TODO |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-03-30 21:58:26 | Re: Some Documentation Changes |
Previous Message | David Turover | 2004-03-30 19:29:14 | Building PgSQL 7.4.2 on SGI Irix 6.19 |