small bug in to_char and TM prefix, in RC - Mailing list pgsql-hackers

From Pavel Stehule
Subject small bug in to_char and TM prefix, in RC
Date
Msg-id BAY20-F25C3CEAC21F2E0EE499D12F9E40@phx.gbl
Whole thread Raw
Responses Re: small bug in to_char and TM prefix, in RC  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
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/



pgsql-hackers by date:

Previous
From: "soni de"
Date:
Subject: Regarding PQputline and PQendcopy
Next
From: tomas@tuxteam.de
Date:
Subject: Re: Short writes