small bug in to_char and TM prefix, in RC

From: "Pavel Stehule" <pavel(dot)stehule(at)hotmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: small bug in to_char and TM prefix, in RC
Date: 2006-11-29 09:32:30
Message-ID: BAY20-F25C3CEAC21F2E0EE499D12F9E40@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
---------
ptek
(1 &#345;dka)

correct

but

postgres=# select to_char(date '2006-02-03', 'TMDAY');
to_char
---------
PTEK
(1 &#345;dka)

correct is PTEK

without spec. chars
wrong: PaTEK, have be: PATEK

Regards
Pavel Stehule

_________________________________________________________________
Chcete sdilet sve obrazky a hudbu s prateli? http://messenger.msn.cz/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message tomas 2006-11-29 09:55:41 Re: Short writes
Previous Message Pavel Stehule 2006-11-29 09:26:17 small patch with czech translations for names of months and days