String function lower and special chars

Поиск
Список
Период
Сортировка
От willy malth
Тема String function lower and special chars
Дата
Msg-id DcOya.4205$YZ6.129712@news010.worldonline.dk
обсуждение исходный текст
Список pgsql-general
Hi there!

I'm useing postgresql 7.3.2, and having trouble with the lower(string)
function and the Danish special chars:


mydatabase=> select lower('ÆØÅ ABC');
   lower
---------
  ÆØÅ abc
(1 row)

The Danish chars does not convert to lower chars.

I've seen answers to this problem, suggesting a configure option called
--enable-locale, but this does not apply to 7.3.2 as it says in the
release notes: "Both multibyte and locale support are now always
enabled.". The --enable-locale option is no longer there.

Any ideas?


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

Предыдущее
От: "Daniel Atallah"
Дата:
Сообщение: 7.3.2 Windows Build
Следующее
От: "Szekely Zsolt-Csaba"
Дата:
Сообщение: PLPERL