Re: full text search and ILIKE type clauses.

Поиск
Список
Период
Сортировка
От Tim Uckun
Тема Re: full text search and ILIKE type clauses.
Дата
Msg-id CAGuHJrMO_Yyz225PpxDW9ibVUxP9rsuOyjs9dAenHbSocY5Y5A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: full text search and ILIKE type clauses.  (<mgould@isstrucksoftware.net>)
Список pgsql-general
>
> We made most of our text, varchar columns citext data types so that we
> could do case insensitive searches.  Is this going to negate most of the
> index searches?  It appeared to our DBA that it would be easier to use
> citext data type then need to use ILIKE instead?
>

In the same vein...

Does postgres have case insensitive collations yet? Now that 9.1
supports column level collations that would be a really great option
for case insensitive queries.

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

Предыдущее
От: Alexander Reichstadt
Дата:
Сообщение: GROUP BY or alternative means to group
Следующее
От: Tim Uckun
Дата:
Сообщение: Re: Upgrade questions