Re: ISO 8601 Intervals - Mailing list pgsql-hackers

From Ron Mayer
Subject Re: ISO 8601 Intervals
Date
Msg-id 43C27E20.7080303@cheapcomplexdevices.com
Whole thread Raw
In response to Re: ISO 8601 Intervals  ("Larry Rosenman" <ler@lerctr.org>)
Responses Re: ISO 8601 Intervals  (Ron Mayer <rm_pg@cheapcomplexdevices.com>)
List pgsql-hackers
Larry Rosenman wrote:
> Michael Glaesemann wrote:
>>On Jan 8, 2006, at 12:12 , Larry Rosenman wrote:
>>>   I was thinking of handling the TODO for ISO8601 Interval output.
>>
>>Just to be clear, you're talking about the ISO8601 duration syntax
>>(PnYnMnDTnHnMnS), correct? (The SQL standard made the unfortunate
>>choice to call durations, i.e., lengths of time, intervals.)  

Back in 2003 I submitted such a patch [1,1b] that resulted in a fair
amount of discussion including some still (AFAIK) open issues
about the naming of the datestyle settings to control it [2,3,4].

There was also some discussion of the range off ISO 8601 durations
to support (ISO 8601 Basic Format, ISO  8601 Alternative Format,
and ISO 8601 Extended Format (which is more human-readable)) [5].

Finally, there is a similar, but different syntax currently supported
by postgresql (where '1Y1M' means 1 year 1 minute, while ISO 'P1Y1M'
would mean 1 year 1 month) and Tom recommended ripping that code
out[7] and at one point said my patch was looking cleaner than
the exiting code [8].  My patch does not yet rip that out.


I still use the patch myself, but don't have it updated to CVS tip.
I'd be happy to do so if people want that as a starting point.
   Ron


[1] http://archives.postgresql.org/pgsql-patches/2003-09/msg00103.php
[1b] http://archives.postgresql.org/pgsql-patches/2003-09/msg00286.php
[2] http://archives.postgresql.org/pgsql-patches/2003-09/msg00122.php
[3] http://archives.postgresql.org/pgsql-patches/2003-09/msg00129.php
[4] http://archives.postgresql.org/pgsql-patches/2003-09/msg00130.php
[5] http://archives.postgresql.org/pgsql-patches/2003-09/msg00133.php
[6] http://archives.postgresql.org/pgsql-patches/2003-09/msg00134.php
[7] http://archives.postgresql.org/pgsql-patches/2003-09/msg00134.php

[8] http://archives.postgresql.org/pgsql-patches/2003-09/msg00121.php


pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Improving N-Distinct estimation by ANALYZE
Next
From: Ron Mayer
Date:
Subject: Re: ISO 8601 Intervals