RE: [GENERAL] non-case sensitive searches

Поиск
Список
Период
Сортировка
От Gregory Maxwell
Тема RE: [GENERAL] non-case sensitive searches
Дата
Msg-id Pine.LNX.3.96.990114163410.13172A-100000@z.ml.org
обсуждение исходный текст
Ответ на RE: [GENERAL] non-case sensitive searches  ("Jackson, DeJuan" <djackson@cpsgroup.com>)
Ответы Error  (Kaare Rasmussen <kar@webline.dk>)
Список 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.



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

Предыдущее
От: "Sergei M. Suntsov"
Дата:
Сообщение: Re: [GENERAL] 'Pg' is what we called DBI?
Следующее
От: "Jackson, DeJuan"
Дата:
Сообщение: RE: [GENERAL] non-case sensitive searches