Re: full text search and ILIKE type clauses.

From: <mgould(at)isstrucksoftware(dot)net>
To: "Tim Uckun" <timuckun(at)gmail(dot)com>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: full text search and ILIKE type clauses.
Date: 2012-03-12 20:38:21
Message-ID: 20120312133821.c760ddbd7c0975bc4b045766db7d895c.ed09e91912.wbe@email16.secureserver.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)com>
Date: Mon, March 12, 2012 1:20 pm
To: mgould(at)isstrucksoftware(dot)net
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general
<pgsql-general(at)postgresql(dot)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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bartosz Dmytrak 2012-03-12 20:57:11 Re: GROUP BY or alternative means to group
Previous Message Tim Uckun 2012-03-12 20:25:45 Re: Upgrade questions