From: | Markus Bertheau <twanger(at)bluetwanger(dot)de> |
---|---|
To: | Eleas <phantom_(at)mail(dot)ru> |
Cc: | PostgreSQL Bugs <pgsql-bugs(at)postgresql(dot)org> |
Subject: | Re: BUG #1197: index bug |
Date: | 2004-07-23 08:05:29 |
Message-ID: | 1090569928.3241.6.camel@dicaprio.akademie1.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
В Втр, 20.07.2004, в 16:52, PostgreSQL Bugs List пишет:
> 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 Модемы
I cannot reproduce this. Can you give a self-contained reproducible
example? What is the output of pg_controldata $PGDATA?
--
Markus Bertheau <twanger(at)bluetwanger(dot)de>
From | Date | Subject | |
---|---|---|---|
Next Message | Markus Bertheau | 2004-07-23 09:49:24 | reproducible bug in I don't know what component |
Previous Message | Luke McFarlane | 2004-07-23 05:49:30 | Re: ecpg -D SYMBOL |