From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | Bruce Momjian <bruce(at)momjian(dot)us> |
Cc: | Guy Rouillier <guyr-ml1(at)burntmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
Subject: | Re: Re: [GENERAL] FM format modifier does not remove leading zero from year |
Date: | 2010-02-08 16:07:19 |
Message-ID: | 20100208160719.GK4113@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Bruce Momjian wrote:
> Guy Rouillier wrote:
> > On 1/6/2010 3:29 PM, Tom Lane wrote:
> > > Guy Rouillier<guyr-ml1(at)burntmail(dot)com> writes:
> > >> Oracle states clearly in the SQL Reference manual:
> > >
> > >> "A modifier can appear in a format model more than once. In such a case,
> > >> each subsequent occurrence toggles the effects of the modifier."
> > >
> > > *Toggles* the effect of the modifier? Egad, what drunken idiot chose
> > > that specification?
> >
> > Eh, tomato, tomahto. If you assume that someone will strip leading
> > zeroes consistently, the Oracle approach makes sense. That would be a
> > reasonable assumption to make; why would I strip the zero off the month
> > but leave it on the day? So, in the unusual case that you want to do
> > such a thing, you are asked to use a second occurrence of FM to turn
> > zero suppression back off.
>
> I have developed the attached patch which implements FM control of YYY,
> YY, and Y specifications. I also documented that we do not match
> Oracle's toggle behavior. There are a few effects on regression test
> output which are part of this patch.
What's the point of not following Oracle here, since this is solely an
Oracle compatibility function?
--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2010-02-08 16:19:10 | Re: Re: [GENERAL] FM format modifier does not remove leading zero from year |
Previous Message | erobles | 2010-02-08 16:06:58 | which the best way to start postgres. |
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2010-02-08 16:16:32 | Re: Listen / Notify - what to do when the queue is full |
Previous Message | Robert Haas | 2010-02-08 15:31:57 | Re: damage control mode |