lower('Å') or upper('å') gives improper results.

From: "Neha Kasat" <neha_kasat(at)infosys(dot)com>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: lower('Å') or upper('å') gives improper results.
Date: 2003-11-15 10:26:33
Message-ID: 7727B4DFC8F2D41183E700B0D049D4BC072B8E22@bhumsg02.ad.infosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

Please find the output of the simple query :

sfa_db=> select upper('å');
upper
-------
å
(1 row)

PostGRESql doesn't convert the special characters like Å, Ò, etc into their lower case when using function lower and vice-versa when using upper.

Neha

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Wolfgang Drotschmann 2003-11-15 15:05:16 Re: Failure in "make check" with 7.4RC2
Previous Message Tom Lane 2003-11-14 23:57:13 Re: RC2 will not make check on OSX 10.3