lower('Å') or upper('å') gives improper results.

Поиск
Список
Период
Сортировка
От Neha Kasat
Тема lower('Å') or upper('å') gives improper results.
Дата
Msg-id 7727B4DFC8F2D41183E700B0D049D4BC072B8E22@bhumsg02.ad.infosys.com
обсуждение исходный текст
Ответы Re: lower('Å') or upper('å') gives imp
Список pgsql-bugs
Hi,

Please find the output of the simple query :

sfa_db=> select upper('å');
 upper 
-------
 å
(1 row)

PostGRESql doesn't convert the special characters like Å, Ò, etc into their lower case when using function lower and
vice-versawhen using upper. 

Neha


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

Предыдущее
От: Wolfgang Drotschmann
Дата:
Сообщение: Re: Failure in "make check" with 7.4RC2
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: lower('Å') or upper('å') gives imp