BUG #1197: index bug - Mailing list pgsql-bugs

From PostgreSQL Bugs List
Subject BUG #1197: index bug
Date
Msg-id 20040720145251.F0B89CF4CED@www.postgresql.com
Whole thread Raw
Responses Re: BUG #1197: index bug  (Markus Bertheau <twanger@bluetwanger.de>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      1197
Logged by:          Eleas

Email address:      phantom_@mail.ru

PostgreSQL version: 7.4

Operating system:   Linux phantom 2.6.5-gentoo-r1 #1 Sun Jun 27 18:33:50 MSD
2004 i686 AMD Athlon(tm) Processor AuthenticAMD GNU/Linux

Description:        index bug

Details:

Hello

I have DB under UTF8. A field of my table have btree index. But this index
works incorrectly if this field content localized data. For example, how you
can explain this:

select object_id, name from main_objects where name='Мебель';

And I recieve the felouwing result set:

object_id    name
185          Мебель
574          Модемы

Please resolve this problem as soon as posible.

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Cannot recreate DB scheme using pg_dump
Next
From: "PostgreSQL Bugs List"
Date:
Subject: BUG #1198: Linux PostgreSQL Server Input Validation Vulnerability