Re: How to use index in case insensitive substing search

Поиск
Список
Период
Сортировка
От Roman Neuhauser
Тема Re: How to use index in case insensitive substing search
Дата
Msg-id 20060606113557.GA4182@dagan.sigpipe.cz
обсуждение исходный текст
Ответ на How to use index in case insensitive substing search  ("Andrus" <eetasoft@online.ee>)
Список pgsql-general
# eetasoft@online.ee / 2006-06-06 11:58:26 +0300:
> How to force postgres to use index for the following query (I can change the
> query to equivalent if required)
>
> select nimi from klient where lower(nimi) like 'test%'

    do you have an index on klient (lower(nimi))?

--
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE.             http://bash.org/?255991

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

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