Re: Strange query results with invalid multibyte character - Mailing list pgsql-general

From Tom Lane
Subject Re: Strange query results with invalid multibyte character
Date
Msg-id 26754.1159373400@sss.pgh.pa.us
Whole thread Raw
In response to Re: Strange query results with invalid multibyte  (Joost Kraaijeveld <J.Kraaijeveld@Askesis.nl>)
Responses Re: Strange query results with invalid multibyte  (Joost Kraaijeveld <J.Kraaijeveld@Askesis.nl>)
List pgsql-general
Joost Kraaijeveld <J.Kraaijeveld@Askesis.nl> writes:
> On Wed, 2006-09-27 at 11:00 -0400, Tom Lane wrote:
>> But have they got the same locale settings (lc_collate, lc_ctype)?

> According to the postgresql.conf of the *working* database the locales
> are:
> lc_messages = 'C'
> lc_monetary = 'C'
> lc_numeric = 'C'
> lc_time = 'C'

> According to the other obe:
> lc_messages = 'en_US'
> lc_monetary = 'en_US'
> lc_numeric = 'en_US'
> lc_time = 'en_US'

You did not show us the settings that actually count, but based on this
I'm guessing they are en_US also.  What you need to find out next is
what character set encoding that locale implies on your machine.  I'm
betting it's not utf8 though :-(

            regards, tom lane

pgsql-general by date:

Previous
From: Joost Kraaijeveld
Date:
Subject: Re: Strange query results with invalid multibyte
Next
From: Joost Kraaijeveld
Date:
Subject: Re: Strange query results with invalid multibyte