case insensitive sorting & searching in oracle 10g

Поиск
Список
Период
Сортировка
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 по дате отправления:

Предыдущее
От: "Mark Cave-Ayland"
Дата:
Сообщение: Re: Recursive PLPGSQL function?
Следующее
От: Pierre-Frédéric Caillaud
Дата:
Сообщение: Re: case insensitive sorting & searching in oracle 10g