Re: Case sensitive order by - Mailing list pgsql-general

From Jim C. Nasby
Subject Re: Case sensitive order by
Date
Msg-id 20030422020227.B52506@flake.decibel.org
Whole thread Raw
In response to Re: Case sensitive order by  (Guy Fraser <guy@incentre.net>)
List pgsql-general
On Tue, Apr 15, 2003 at 12:03:13PM -0600, Guy Fraser wrote:
> Use them like this:
>
> ... where texticlike(blah,'search phrase') ...
>
> or
>
> ... where blah ~~* 'search phrase' ...

How well will this utilize indexes? With the WHERE lower(field) =
lower('search') method, I can index on lower(field), so it's still fast.
--
Jim C. Nasby (aka Decibel!)                    jim@nasby.net
Member: Triangle Fraternity, Sports Car Club of America
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"


pgsql-general by date:

Previous
From: Wenzhe Zhou
Date:
Subject: index file corrupted
Next
From: "Jim C. Nasby"
Date:
Subject: Re: Are we losing momentum?