BUG #1813: lower() function doesn't work on unicode database

From: "yoursoft" <yoursoft(at)freemail(dot)hu>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1813: lower() function doesn't work on unicode database
Date: 2005-08-06 10:25:03
Message-ID: 20050806102503.8A608F0B14@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1813
Logged by: yoursoft
Email address: yoursoft(at)freemail(dot)hu
PostgreSQL version: 8.0.3
Operating system: SuSE 9.3 professional
Description: lower() function doesn't work on unicode database
Details:

We have a filesystem with latin2. The database created in unicode.
When we insert some Hungarian chars into it, and make a 'select kifejezes
from table' the result is fine.
When make 'select lower(kifejezes) from table', the result is wrong.
If any questions with the bug, please mail to yoursoft(at)freemail(dot)hu(dot)

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Stephan Szabo 2005-08-08 05:29:11 Re: BUG #1813: lower() function doesn't work on unicode
Previous Message Donald Bahari 2005-08-05 22:04:00 BUG #1812: installation