Re: correct format for date, time, timestamp for XML functionality

From: "Pavel Stehule" <pavel(dot)stehule(at)hotmail(dot)com>
To: magnus(at)hagander(dot)net
Cc: andrew(at)dunslane(dot)net, pgsql-patches(at)postgresql(dot)org, peter_e(at)gmx(dot)net
Subject: Re: correct format for date, time, timestamp for XML functionality
Date: 2007-02-20 16:11:41
Message-ID: BAY20-F79868DEE866DB1298D928F9890@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2007-02-20 16:17:01 Re: correct format for date, time, timestamp for XML functionality
Previous Message Pavel Stehule 2007-02-20 16:05:55 Re: correct format for date, time, timestamp for XML functionality