Re: problems when comparing text with special chars

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: problems when comparing text with special chars
Дата
Msg-id 9218.1125874177@sss.pgh.pa.us
обсуждение исходный текст
Ответ на problems when comparing text with special chars  (<me@alternize.com>)
Список pgsql-novice
<me@alternize.com> writes:
> SELECT lower('zwiebelb�cker') = 'zwiebelb�cker'
> => false (which is the wrong answer, obviously)

If you think that's the wrong answer, then you need to initdb in a
locale in which it's the right answer.  Also take care that you are
using the database encoding that the locale expects.  There is some
discussion of these issues in the "localization" chapter of the
manual.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: UPDATE: pg_dump fails due to invalid memory request
Следующее
От:
Дата:
Сообщение: Re: problems when comparing text with special chars