Wrong uppler lower for national characters. - Mailing list pgsql-bugs

From Viacheslav N Tararin
Subject Wrong uppler lower for national characters.
Date
Msg-id 3F856067.30305@dekasoft.com.ua
Whole thread Raw
Responses Re: Wrong uppler lower for national characters.
List pgsql-bugs
Hi.
Next code:

select upper(field1) from table1;

Convert all latin symbols <128 in to UPPER case but all not latin >128
in lower case locale consistent.  Function lower work vicevesa upper(),
wrong too.

ilake() function work wrong too.

Environment:
ASPLinux 7.2.
gcc 2.96
kernel 2.4.9-13.smp
PostgreSQL 7.4beta3

pgsql-bugs by date:

Previous
From: malerba@gnome-db.org
Date:
Subject: Bug in the information_schema.referential_constraints view
Next
From: Gavin Scott
Date:
Subject: ECPG - Keywords as variable names (7.4 regression)