Re: Bug #425: Upper(), Lower() bug - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug #425: Upper(), Lower() bug
Date
Msg-id 1356.998623542@sss.pgh.pa.us
Whole thread Raw
In response to Bug #425: Upper(), Lower() bug  (pgsql-bugs@postgresql.org)
List pgsql-bugs
pgsql-bugs@postgresql.org writes:
> The functions Lower amd Upper doesn't work with cyrillic, but
> works fine with latin (a-z A-Z).

upper/lowercase conversions are driven by LOCALE setting, not
by multibyte character set.  As far as I can tell, you have not
done anything to select a cyrillic locale.

            regards, tom lane

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #425: Upper(), Lower() bug
Next
From: "Rainer Mager"
Date:
Subject: RE: timestamps cannot be created without time zones