Re: ISO year.

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Kurt Roeckx <Q(at)ping(dot)be>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: ISO year.
Date: 2003-12-25 03:36:30
Message-ID: 200312250336.hBP3aUd23829@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

---------------------------------------------------------------------------

Kurt Roeckx wrote:
> On Thu, Dec 18, 2003 at 06:47:41PM +0100, Peter Eisentraut wrote:
> > Kurt Roeckx wrote:
> > > I have no idea if this in Oracle or not. But it's something I
> > > needed, and other people in the past asked about it too.
> >
> > It is in Oracle, but you aren't exactly on the spot. It should be
> >
> > IYYY - 4 digits ('2003')
> > IYY - 3 digits ('003')
> > IY - 2 digits ('03')
> > I - 1 digit ('3')
>
> Here is an updated patch that does that.
>
>
> Kurt
>

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-12-25 03:44:13 Re: distinguish between all and "all" in pg_hba.conf
Previous Message Tom Lane 2003-12-24 15:21:45 Re: CATALOG/NOCATALOG for new users