Re: tsearch in core patch - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: tsearch in core patch
Date
Msg-id 20070625.121906.59655339.t-ishii@sraoss.co.jp
Whole thread Raw
In response to Re: tsearch in core patch  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> I would be surprised if C locale defaulted to anything except English.

Don't be surprised. The mechanism of collation is too simple for
Japanse Kanji, and locale is not usefull for Japanse anyway. That's
why Japanese installations of PostgreSQL tend to use C locale.
--
Tatsuo Ishii
SRA OSS, Inc. Japan

> I suppose it would be sensible to add a switch to allow people to select
> a different language.  In any case, the only thing initdb would be doing
> would be setting up an initial value of a table entry or GUC variable,
> so you could always change it yourself later; it may not be worth
> sweating too much about this.
> 
>             regards, tom lane


pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: [Fwd: Re: tsearch in core patch]
Next
From: Tom Lane
Date:
Subject: Re: Server-side support of all encodings