From: | "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #1197: index bug |
Date: | 2004-07-20 14:52:51 |
Message-ID: | 20040720145251.F0B89CF4CED@www.postgresql.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 1197
Logged by: Eleas
Email address: phantom_(at)mail(dot)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.
From | Date | Subject | |
---|---|---|---|
Next Message | PostgreSQL Bugs List | 2004-07-20 14:57:47 | BUG #1198: Linux PostgreSQL Server Input Validation Vulnerability |
Previous Message | Tom Lane | 2004-07-19 21:06:26 | Re: Cannot recreate DB scheme using pg_dump |