Re: full text search and ILIKE type clauses.

Поиск
Список
Период
Сортировка
От
Тема Re: full text search and ILIKE type clauses.
Дата
Msg-id 20120312133821.c760ddbd7c0975bc4b045766db7d895c.ed09e91912.wbe@email16.secureserver.net
обсуждение исходный текст
Ответ на full text search and ILIKE type clauses.  (Tim Uckun <timuckun@gmail.com>)
Ответы Re: full text search and ILIKE type clauses.  (Tim Uckun <timuckun@gmail.com>)
Список pgsql-general
Tim,

It is my understanding that since the extention citext is available that
this gives you what your asking for and at least at this point isn't
going to be part of the core.

Michael Gould
Intermodal Software Solutions, LLC
904-226-0978


-------- Original Message --------
Subject: Re: [GENERAL] full text search and ILIKE type clauses.
From: Tim Uckun <timuckun@gmail.com>
Date: Mon, March 12, 2012 1:20 pm
To: mgould@isstrucksoftware.net
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-general
<pgsql-general@postgresql.org>

>
> 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 по дате отправления:

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