Re: How to use index in case insensitive substing search

From: "Andrus" <eetasoft(at)online(dot)ee>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to use index in case insensitive substing search
Date: 2006-06-06 09:50:31
Message-ID: e63jis$28fk$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> do you have an index on klient (lower(nimi))?

Yes. As I wrote in first message, I created index explicity for this test
sample:

create index nimib2 on firma1.klient(lower(nimi) bpchar_pattern_ops);

Andrus.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Hakan Kocaman 2006-06-06 09:51:01 Re: How to use index in case insensitive substing search
Previous Message Andrus 2006-06-06 08:58:26 How to use index in case insensitive substing search