Re: BUG #1813: lower() function doesn't work on unicode

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: BUG #1813: lower() function doesn't work on unicode
Дата
Msg-id 20050807222012.Y22331@megazone.bigpanda.com
обсуждение исходный текст
Ответ на BUG #1813: lower() function doesn't work on unicode database  ("yoursoft" <yoursoft@freemail.hu>)
Список pgsql-bugs
On Sat, 6 Aug 2005, yoursoft wrote:

> The following bug has been logged online:
>
> Bug reference:      1813
> Logged by:          yoursoft
> Email address:      yoursoft@freemail.hu
> PostgreSQL version: 8.0.3
> Operating system:   SuSE 9.3 professional
> Description:        lower() function doesn't  work on unicode database
> Details:
>
> We have a filesystem with latin2. The database created in unicode.
> When we insert some Hungarian chars into it, and make a 'select kifejezes
> from table' the result is fine.
> When make 'select lower(kifejezes) from table', the result is wrong.
> If any questions with the bug, please mail to yoursoft@freemail.hu.

What was the locale set to for the call to initdb (try "SHOW LC_CTYPE;")?

The first things to check are that the locale is for Hungarian and that it
is a UTF8 locale if the database is unicode.

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

Предыдущее
От: "Chris Hoover"
Дата:
Сообщение: BUG #1809: invalid pointer on pg_ctl reload
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: BUG #1806: Postmaster takes uses 99% of CPU