column or index collation

Поиск
Список
Период
Сортировка
От Jean-Yves F. Barbier
Тема column or index collation
Дата
Msg-id 20111229201252.4b5ffd4c@anubis.defcon1
обсуждение исходный текст
Ответы Re: column or index collation [SOLVED]  ("Jean-Yves F. Barbier" <12ukwn@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Jean-Yves F. Barbier"
Дата:
Сообщение: Re: > and >= give the same result
Следующее
От: "Jean-Yves F. Barbier"
Дата:
Сообщение: Re: column or index collation [SOLVED]