Re: How to use index in case insensitive substing search

Поиск
Список
Период
Сортировка
От Andrus
Тема Re: How to use index in case insensitive substing search
Дата
Msg-id e63jis$28fk$1@news.hub.org
обсуждение исходный текст
Ответ на How to use index in case insensitive substing search  ("Andrus" <eetasoft@online.ee>)
Список pgsql-general
>    do you have an index on klient (lower(nimi))?

Yes. As I wrote in first message, I created index explicity for this test
sample:

create index nimib2 on firma1.klient(lower(nimi) bpchar_pattern_ops);

Andrus.



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

Предыдущее
От: Roman Neuhauser
Дата:
Сообщение: Re: How to use index in case insensitive substing search
Следующее
От: "Hakan Kocaman"
Дата:
Сообщение: Re: How to use index in case insensitive substing search