Re: small bug in to_char and TM prefix, in RC

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: small bug in to_char and TM prefix, in RC
Дата
Msg-id 200611291953.kATJr1108101@momjian.us
обсуждение исходный текст
Ответ на small bug in to_char and TM prefix, in RC  ("Pavel Stehule" <pavel.stehule@hotmail.com>)
Ответы Re: small bug in to_char and TM prefix, in RC  ("Pavel Stehule" <pavel.stehule@hotmail.com>)
Список pgsql-hackers
And this failure is with your translation patch applied?

---------------------------------------------------------------------------

Pavel Stehule wrote:
> 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/
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
>        choose an index scan if your joining column's datatypes do not
>        match

--  Bruce Momjian   bruce@momjian.us EnterpriseDB    http://www.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] More vcbuild
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: Re: small bug in to_char and TM prefix, in RC