Re: Index order

Поиск
Список
Период
Сортировка
От Korry Douglas
Тема Re: Index order
Дата
Msg-id CA8AA72A-3FEA-42C1-9310-9F5195662345@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Index order  (Glyn Astill <glynastill@yahoo.co.uk>)
Ответы Re: Index order  (Glyn Astill <glynastill@yahoo.co.uk>)
Список pgsql-general
> Hmm, I understand what you're saying, but how ion earth do I create
> a function that reorders the result based on all the different
> characters ^ . * etc that could cause this?

Write a function that strips out the characters you want to ignore
(returning the rest of the given string) and then create an index on
that function.

(Please note: that's an answer to the question that you asked above,
not necessarily a recommendation that you choose this particular
collation strategy).


                -- Korry


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

Предыдущее
От: Mike Diehl
Дата:
Сообщение: Design question
Следующее
От: James Strater
Дата:
Сообщение: Re: Design question