[BUGS] BUG #1813: lower() function doesn't work on unicode database -
08-07-2005
, 11:52 PM
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.
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your
message can get through to the mailing list cleanly |