dbTalk Databases Forums  

[BUGS] BUG #2472: Incorrect ILIKE, ~* for Cyrilic symbols.

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #2472: Incorrect ILIKE, ~* for Cyrilic symbols. in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default [BUGS] BUG #2472: Incorrect ILIKE, ~* for Cyrilic symbols. - 06-07-2006 , 08:15 AM







The following bug has been logged online:

Bug reference: 2472
Logged by: Boris
Email address: boris_k (AT) iname (DOT) com
PostgreSQL version: 8.1.4
Operating system: win2000
Description: Incorrect ILIKE, ~* for Cyrilic symbols.
Details:

Microsoft Windows 2000 [Version 5.00.2195]
PosgreSql 8.1.4
PgAdmin 1.4.2 III
for Cyrilis symbols ~* and ILIKE return wrong result
data base is created by:
initdb.exe -E UTF8 --lc-collate=UTF8 --lc-ctype=UTF8 "c:\Program
Files\PostgreSQL\8.1\basewin1251\"

then...
postmaster.exe -D "c:\Program Files\PostgreSQL\8.1\basewin1251\"
then
connect to server on local w PgAdmin 1.4.2 III
I see db:

CREATE DATABASE postgres
WITH OWNER = postgres
ENCODING = 'UTF8'
TABLESPACE = pg_default;

Go to SQL Query
SELECT upper('ПроБа ЇїЄєІі'), lower('ПроБа ЇїЄєІі'),
'Ї'ILIKE'ї'

return incorrect FALSE for last ILIKE
It must be TRUE

ICQ 176869864 for more info

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.