column or index collation - Mailing list pgsql-novice

From Jean-Yves F. Barbier
Subject column or index collation
Date
Msg-id 20111229201252.4b5ffd4c@anubis.defcon1
Whole thread Raw
Responses Re: column or index collation [SOLVED]
List pgsql-novice
Debian sid
PG v.9.1.2-1
============

Hi list,

I'd like to be able to perform queries on a table regardless of:

* upper/lower case (found it: index on lower(column) + qry on
  lower(search)),

* any accentuated letter, ie:
  looking for 'chale'
  should return: 'Châle', 'shalé', 'Chàlè', 'čhale', etc.

1- I guess my question has a link to COLLATE, but in which way?
   (does such a collation exists?)

2- Where is it better to apply it, directly to column or just to
   index?

JY
--
Shit Happens.

pgsql-novice by date:

Previous
From: "Jean-Yves F. Barbier"
Date:
Subject: Re: > and >= give the same result
Next
From: "Jean-Yves F. Barbier"
Date:
Subject: Re: column or index collation [SOLVED]