Re: BUG #1487: Index problem

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: BUG #1487: Index problem
Дата
Msg-id 421A16DE.2000108@archonet.com
обсуждение исходный текст
Ответ на BUG #1487: Index problem  ("Tom Yeh" <tom_m_yeh@yahoo.com>)
Список pgsql-bugs
Tom M. Yeh wrote:
> Yes, it really depends on Locale. If I created a
> database with Locale = C, the problem won't happen (at
> least so far). BTW, I forgot to mention I tested with
> some Chinese and Japanese characters.
>
> However, it raises another issue why a wrong Locale
> would damage index? It shall only affect records with
> wrong conversion, not something like '1000'.

Search the list archives for LIKE and locale - different locales have
different sorting rules. Setting locale=C makes everything simple.

With 8.0 you can define your own operator classes to tell PG it can use
an index (see ch 11.6 of the manuals). I think there are examples in the
mailing-list archives.

--
   Richard Huxton
   Archonet Ltd

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: BUG #1487: Index problem
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #1488: CREATE TABLESPACE does not work