ILIKE

Поиск
Список
Период
Сортировка
От David Wheeler
Тема ILIKE
Дата
Msg-id Pine.LNX.4.33.0108231520390.10006-100000@theory.versive.org
обсуждение исходный текст
Список pgsql-general
Hey All,

Just noticed the new ILIKE variant on the LIKE operator. Tell me, does
this operator use indexes (the FAQ isn't clear on that).

Currently, I've got a functional index

    CREATE INDEX tabindex on tab (lower(col));

Where I want to look in CHAR/VARCHAR/TEXT fields, and always compare
against a lowercase string so that I use that index. But if ILIKE can do
it without all the functional indexing, so much the better, eh?

Thanks,

David

--
David Wheeler                                         AIM: dwTheory
David@Wheeler.net                                     ICQ: 15726394
                                                   Yahoo!: dew7e
                                                   Jabber: Theory@jabber.org


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

Предыдущее
От: missive@frontiernet.net (Lee Harr)
Дата:
Сообщение: Re: Help Problem mysql ????
Следующее
От: "Rob Arnold"
Дата:
Сообщение: Re: problems transfering databases