Re: invalid multibyte character for locale - Mailing list pgsql-general

From Tom Lane
Subject Re: invalid multibyte character for locale
Date
Msg-id 11380.1109638882@sss.pgh.pa.us
Whole thread Raw
In response to Re: invalid multibyte character for locale  (Tatsuo Ishii <t-ishii@sra.co.jp>)
List pgsql-general
Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> BTW, the current code for upper/lower etc. seems to be broken. The
> exact problem you have are happening in Japanese encodings too(EUC_JP)
> too. PostgreSQL should not use wide-character method if LC_CTYPE is C.

Yeah, we came to that same conclusion a few days ago in another thread.
I am planning to install the fix but didn't get to it yet.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: vacuum_cost_delay & VACUUM holding locks on GIST indexes
Next
From: Tatsuo Ishii
Date:
Subject: Re: pgpool fundamental questions