Re: full text search and ILIKE type clauses. - Mailing list pgsql-general

From
Subject Re: full text search and ILIKE type clauses.
Date
Msg-id 20120312133821.c760ddbd7c0975bc4b045766db7d895c.ed09e91912.wbe@email16.secureserver.net
Whole thread Raw
In response to full text search and ILIKE type clauses.  (Tim Uckun <timuckun@gmail.com>)
Responses Re: full text search and ILIKE type clauses.
List 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 by date:

Previous
From: Tim Uckun
Date:
Subject: Re: Upgrade questions
Next
From: Bartosz Dmytrak
Date:
Subject: Re: GROUP BY or alternative means to group