Re: Translate problems

From: Manuel Sugawara <masm(at)fciencias(dot)unam(dot)mx>
To: Leandro Fanzone <leandro(at)hasar(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Translate problems
Date: 2002-07-11 18:59:44
Message-ID: m3vg7mnl9b.fsf@conexa.fciencias.unam.mx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Leandro Fanzone <leandro(at)hasar(dot)com> writes:
[...]
> CREATE INDEX myfield_index ON mytable(LOWER(myfield));
>
> to perform indexed searches on queries like
>
> SELECT myfield FROM mytable
> WHERE myfield LIKE 'something%';
>

By the way: the above query will use the index only if you are using
the C locale :-(

Regards,
Manuel.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Ron Johnson 2002-07-11 19:13:38 Re: web archiving
Previous Message Leandro Fanzone 2002-07-11 18:56:23 Re: Translate problems