Re: Bug in function to_char() !!

From: Stefan Kaltenbrunner <mm-mailinglist(at)madness(dot)at>
To: Najib Abi Fadel <nabifadel(at)usj(dot)edu(dot)lb>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Bug in function to_char() !!
Date: 2004-07-01 12:48:36
Message-ID: 40E40824.4030908@madness.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Najib Abi Fadel wrote:
> I exactly typed what i sent.
> Anyone with Postgresql 7.3.2 PLEASE try it and tell me what happens.
>
> SELECT to_char('2005-03-27'::date,'DD/MM/YYYY');

template1=# select version();
version
------------------------------------------------------------------------
PostgreSQL 7.3.2 on i386-pc-linux-gnu, compiled by GCC gcc (GCC) 3.2.3
(1 row)

template1=# SELECT to_char('2005-03-27'::date,'DD/MM/YYYY');
to_char
------------
27/03/2005
(1 row)

Stefan

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message simonw 2004-07-01 12:52:57
Previous Message Andy B 2004-07-01 12:41:00 postgresql +AMD64 +big address spaces - does it work?