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