BUG #1197: index bug

Поиск
Список
Период
Сортировка
От PostgreSQL Bugs List
Тема BUG #1197: index bug
Дата
Msg-id 20040720145251.F0B89CF4CED@www.postgresql.com
обсуждение исходный текст
Ответы Re: BUG #1197: index bug  (Markus Bertheau <twanger@bluetwanger.de>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Cannot recreate DB scheme using pg_dump
Следующее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1198: Linux PostgreSQL Server Input Validation Vulnerability