Re: case insensitive sorting & searching in oracle 10g

Поиск
Список
Период
Сортировка
От David Garamond
Тема Re: case insensitive sorting & searching in oracle 10g
Дата
Msg-id 41121CFF.7010908@zara.6.isreserved.com
обсуждение исходный текст
Ответ на Re: case insensitive sorting & searching in oracle 10g  (Pierre-Frédéric Caillaud<lists@boutiquenumerique.com>)
Список pgsql-general
- not transparent
- can't automatically make all values fed to SELECT case-converted
- not transparent

Pierre-Frédéric Caillaud wrote:
>
>     create a functional index on lower case value of your column.
>     ORDER BY lower case value of your column.
>
>
>> in oracle 10g, you can issue:
>>
>>   ALTER SESSION SET NLS_COMP = ansi;
>>   ALTER SESSION SET NLS_SORT = binary_ci;
>>
>> do you think this is an elegant solution for case insensitive sorting
>> &  searching? is there interest in seeing this in postgres?

--
dave


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

Предыдущее
От: Tommi Maekitalo
Дата:
Сообщение: Re: psql and md5
Следующее
От: "Peter Darley"
Дата:
Сообщение: Re: most idiomatic way to "update or insert"?