Re: Does Lower make indexes useless? - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Does Lower make indexes useless?
Date
Msg-id Pine.BSO.4.63.0605051249080.13150@leary2.csoft.net
Whole thread Raw
In response to Does Lower make indexes useless?  ("Clemens Eisserer" <linuxhippy@gmail.com>)
Responses Re: Does Lower make indexes useless?  ("Clemens Eisserer" <linuxhippy@gmail.com>)
List pgsql-jdbc

On Fri, 5 May 2006, Clemens Eisserer wrote:

> I am using queries very often which look like "... WHERE
> LOWER(field)='..';" to allow case-insensitive search on varchar
> columns.
>
> Does this make indexes useless or are there algorythmns which allow
> using indexes even in this case?
> Are there ways how this could be done in a better way?
>

This question has nothing to do with Java or JDBC, so this isn't the right
list.  You should try -novice or -general.

http://www.postgresql.org/docs/8.1/static/indexes-expressional.html

Kris Jurka

pgsql-jdbc by date:

Previous
From: "Clemens Eisserer"
Date:
Subject: Does Lower make indexes useless?
Next
From: "Clemens Eisserer"
Date:
Subject: Re: Does Lower make indexes useless?