Re: Is it possible to search for sub-strings...

Поиск
Список
Период
Сортировка
От Mitch Vincent
Тема Re: Is it possible to search for sub-strings...
Дата
Msg-id 010a01c02255$c5f13de0$0200000a@doot
обсуждение исходный текст
Ответ на Is it possible to search for sub-strings...  (John Draper <crunch@webcrunchers.com>)
Список pgsql-general
> >LIKE can use indexes, ~* can not, that's LIKE's main advantage (at least
in
> >my opinion).
> >
>
> ~ does use indexes, ~* doesnt,
>  but then nor does the equivalent upper(columnname) LIKE 'TERM'. Make sure
> you're comparing apples with apples.

Indeed, all that's true but did I say otherwise? What I said was true, just
not as detailed as yours.. Apples to apples though, the origional poster
just wanted to search for substrings and said nothing about case.

No big deal, just clearing that up.

-Mitch





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

Предыдущее
От: Steve Heaven
Дата:
Сообщение: Re: Is it possible to search for sub-strings...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re[2]: WTF is going on with PG_VERSION?