RE: [GENERAL] non-case sensitive searches

Поиск
Список
Период
Сортировка
От Jackson, DeJuan
Тема RE: [GENERAL] non-case sensitive searches
Дата
Msg-id F10BB1FAF801D111829B0060971D839F5E1B68@cpsmail
обсуждение исходный текст
Список pgsql-general
> On Wed, 13 Jan 1999, Jackson, DeJuan wrote:
>
> > And remember unless you use full text indexing (which is
> expensive) you
> > won't have indexing on that search (for either the LIKE or regex).
> >     -DEJ
>
> Actually, if you use case sensitive regex, and anchor the
> begining (with
> ^) then it will use btree indexes.

So will a front anchored LIKE, but the query that was being performed
was an unanchored LIKE (i.e. '%stuff%').

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

Предыдущее
От: Gregory Maxwell
Дата:
Сообщение: RE: [GENERAL] non-case sensitive searches
Следующее
От: Kaare Rasmussen
Дата:
Сообщение: Error