Re: BUG #2885: to_char function - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2885: to_char function
Date
Msg-id 10364.1168638358@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #2885: to_char function  (Douglas Toltzman <doug@oakstreetsoftware.com>)
List pgsql-bugs
Douglas Toltzman <doug@oakstreetsoftware.com> writes:
> Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
> With the OLAP option
> JServer Release 9.2.0.4.0 - Production

> select ordh_dtinral, to_char(ordh_dtinral,'CC YY') from ordheader
> where ordh_dtinral between '01-Jan-2000' and '01-Mar-2000';

> ORDH_DTIN TO_CH
> --------- -----
> 05-JAN-00 20 00
> 05-JAN-00 20 00

Thanks --- looks like we'd better change it.  I'll work on it later today.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Harald Armin Massa"
Date:
Subject: Missing error message on missing ssl-key-files
Next
From: Tom Lane
Date:
Subject: Re: BUG #2885: to_char function