Case insensitive search

Поиск
Список
Период
Сортировка
От Dragan Matic
Тема Case insensitive search
Дата
Msg-id 4088E373.9050409@panforma.co.yu
обсуждение исходный текст
Список pgsql-general
Is there a way to set up collation order to be case-insensitive?
I.E. I need to have a column c with value 'ABC' and when I do a "select
* from table where c = 'abc'" it finds the row with value 'ABC'. Yes, I
know that I can do it with "lower()" and "upper()" functions, but is
there a way to construct a database to be case-insensitive? Tnx in advance.

Dragan




В списке pgsql-general по дате отправления:

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: New replication software pgpool available
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Unicode + LC_COLLATE