Re: Patch for ISO-8601-Interval Input and output.

From: Ron Mayer <rm_pg(at)cheapcomplexdevices(dot)com>
To: Ron Mayer <rm_pg(at)cheapcomplexdevices(dot)com>
Cc: Brendan Jurd <direvus(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Patch for ISO-8601-Interval Input and output.
Date: 2008-11-06 16:35:39
Message-ID: 49131CDB.2030604@cheapcomplexdevices.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Ron Mayer wrote:
> Brendan Jurd wrote:
>>> 'T' ... <optional>
>
> Indeed that's a bug in my code; where I was sometimes
> requiring the 'T' (in the ISO8601 "alternative format") and
> sometimes not (in the ISO8601 format from 5.5.4.2.1).
>
> Below's a test case. If I read the spec[1] right both of those
> should mean 1 day. I'll update git and post a new patch now.
> If people think I read the specs wrong, I'll undo this change
> and fix the docs.

I think I updated the web site and git now, and
'P0000-00-01' is now accepted. It might be useful if
someone double checked my reading of the spec, tho.

> [1]
> http://isotc.iso.org/livelink/livelink/4021199/ISO_8601_2004_E.zip?func=doc.Fetch&nodeid=4021199
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michal szymanski 2008-11-06 16:38:12 BUG #4516: FOUND variable does not work after RETURN QUERY
Previous Message Alvaro Herrera 2008-11-06 16:33:00 Re: plperl needs upgrade for Fedora 10