Re: BUG #1268: Two different Unicode chars are treated as equal in a query

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1268: Two different Unicode chars are treated as equal in a query
Дата
Msg-id 16431.1095995165@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #1268: Two different Unicode chars are treated as equal in a query  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
Ответы Re: BUG #1268: Two different Unicode chars are treated as  (Kent Tong <kent@cpttm.org.mo>)
Список pgsql-bugs
"PostgreSQL Bugs List" <pgsql-bugs@postgresql.org> writes:
> Description:        Two different Unicode chars are treated as equal in a
> query

This would be a matter to take up with the maintainer of your locale
(which you didn't mention, but in any case it's a locale bug).  We
just do what strcoll() tells us.

Note that it's possible this is a configuration error and not an
outright bug.  Check to make sure that the locale you initdb'd
under is actually designed to work with UTF-8 data.

            regards, tom lane

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

Предыдущее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1268: Two different Unicode chars are treated as equal in a query
Следующее
От: Kent Tong
Дата:
Сообщение: Re: BUG #1268: Two different Unicode chars are treated as