Re: correct format for date, time, timestamp for XML functionality - Mailing list pgsql-patches

From Pavel Stehule
Subject Re: correct format for date, time, timestamp for XML functionality
Date
Msg-id BAY20-F79868DEE866DB1298D928F9890@phx.gbl
Whole thread Raw
In response to Re: correct format for date, time, timestamp for XML functionality  (Magnus Hagander <magnus@hagander.net>)
List pgsql-patches
>
>On Tue, Feb 20, 2007 at 04:32:28PM +0100, Pavel Stehule wrote:
> >
> > I am sorry. I reported this two times before. This patch is related only
> > for xml functionality. XSD datestyle is only one internal constant.
>There
> > are no new datestyle (I hope so can be usefull). My patch is small bug
>fix
> > like Peter's patch for boolean datatype. Generating invalid xml is bug
>not
> > feature, no?
>
>If it's just for XSD, perhaps it should be a part of the XML output
>functionality instead of being a "global" datestyle?
>

I share code and I needed one safe enum value. That's all. There isn't new
global datestyle. I didn't want to duplicate code from timestamp.c and
date.c.

Pavel

_________________________________________________________________
Chcete sdilet sve obrazky a hudbu s prateli? http://messenger.msn.cz/


pgsql-patches by date:

Previous
From: "Pavel Stehule"
Date:
Subject: Re: correct format for date, time, timestamp for XML functionality
Next
From: Peter Eisentraut
Date:
Subject: Re: correct format for date, time, timestamp for XML functionality