small bug in to_char and TM prefix, in RC
Hello,
I tested TM formating with czech names. Upper case chars in name are not
correct. Function upper works perfectly.
Sample:
postgres=# select to_char(date '2006-02-03', 'TMday');
to_char
---------
pátek
(1 řádka)
correct
but
postgres=# select to_char(date '2006-02-03', 'TMDAY');
to_char
---------
PáTEK
(1 řádka)
correct is PÁTEK
without spec. chars
wrong: PaTEK, have be: PATEK
Regards
Pavel Stehule
_________________________________________________________________
Chcete sdilet sve obrazky a hudbu s prateli? http://messenger.msn.cz/
Home |
Main Index |
Thread Index