Re: BUG #1268: Two different Unicode chars are treated as equal in a query - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #1268: Two different Unicode chars are treated as equal in a query
Date
Msg-id 16431.1095995165@sss.pgh.pa.us
Whole thread Raw
In response to BUG #1268: Two different Unicode chars are treated as equal in a query  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
Responses Re: BUG #1268: Two different Unicode chars are treated as  (Kent Tong <kent@cpttm.org.mo>)
List 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 by date:

Previous
From: "PostgreSQL Bugs List"
Date:
Subject: BUG #1268: Two different Unicode chars are treated as equal in a query
Next
From: Kent Tong
Date:
Subject: Re: BUG #1268: Two different Unicode chars are treated as