Re: Bug #425: Upper(), Lower() bug

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: dimabezg(at)europe(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #425: Upper(), Lower() bug
Date: 2001-08-24 03:25:42
Message-ID: 1356.998623542@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Rainer Mager 2001-08-24 03:53:13 RE: timestamps cannot be created without time zones
Previous Message pgsql-bugs 2001-08-24 03:10:27 Bug #425: Upper(), Lower() bug