Re: BUG #2070: Encoding dependent error in comparison operators - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2070: Encoding dependent error in comparison operators
Date
Msg-id 22417.1132932864@sss.pgh.pa.us
Whole thread Raw
In response to BUG #2070: Encoding dependent error in comparison operators  ("Jan Jockusch" <jan@jockusch.de>)
List pgsql-bugs
"Jan Jockusch" <jan@jockusch.de> writes:
> With terminal encoding Latin-1, client encoding Latin-1
> and database encoding LATIN1, I do:

... and what database locale?  This sort of misbehavior is a common
symptom of having a database encoding that's not what the locale
expects.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Prakash Nair"
Date:
Subject: BUG #2071: ERROR: invalid multibyte character for locale
Next
From: Tom Lane
Date:
Subject: Re: BUG #2069: Cursors are not close outside of a function