Search Postgresql Archives

Re: Japanese words not distinguished

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Harry Mantheakis <harry@xxxxxxxxxxxxxxxxxxxxxxxxxx> writes:
> I run PostgreSQL 7.4.6 on Linux with a JDBC client.

> I initialised my database cluster with the following initdb command:

> initdb --locale=en_GB.UTF-8 --encoding UNICODE

> I have now discovered that my database cannot distinguish Japanese names or
> words - it throws unique constraint errors on a composite primary key that
> includes a VARCHAR field which stores the names or words.

> My tests indicate that the database treats all Japanese names/words as
> equal.

Hmm, is that actually the correct spelling of the locale?  On my Linux
box, locale -a says it's "en_GB.utf8".  I'm not sure how well initdb can
verify the validity of a locale parameter, especially back in the 7.4
branch.  It could be that you are actually using a locale that doesn't
use UTF8 encoding, in which case this behavior is not unheard of
(still pretty broken, IMHO, but I've seen plenty of locale definitions
that just fail on data outside their supported character set).

If you did correctly specify a UTF8-using locale, you probably ought to
report this behavior to your Linux supplier as a bug in that locale
definition.  It doesn't have to sort or case-fold random UTF8 data very
nicely, but it certainly shouldn't report distinct strings as equal.

			regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux