Re: Japanese words not distinguished

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Harry Mantheakis <harry(at)mantheakis(dot)freeserve(dot)co(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Japanese words not distinguished
Date: 2005-07-12 18:44:25
Message-ID: 21162.1121193865@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Harry Mantheakis <harry(at)mantheakis(dot)freeserve(dot)co(dot)uk> writes:
> Meanwhile, am I correct in assuming that re-initialising my database cluster
> with "--locale=C" will solve the problem?

AFAIK it should --- of course you won't get any very intelligent sorting
or case folding, but at least it can tell the difference between
different characters ;-). Be sure to still use encoding = unicode.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Craig Bryden 2005-07-12 18:44:40 Re: Transaction Handling in pl/pgsql
Previous Message Craig Bryden 2005-07-12 18:43:33 Re: Transaction Handling in pl/pgsql