Re: Case sensitivity

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Case sensitivity
Дата
Msg-id 5506.1073946433@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Case sensitivity  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-general
"scott.marlowe" <scott.marlowe@ihs.com> writes:
> Is there a case insensitive locale?  Or is that even possible?

It's certainly possible, but I don't know of any standard locales that
behave like that.

One could also imagine developing a new set of comparison operators that
do case-insensitive comparison, and then making a special index opclass
for that.  The locale-insensitive operators Peter built to optimize LIKE
indexing in 7.4 would be a good model.

            regards, tom lane

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Case sensitivity
Следующее
От: Alex Satrapa
Дата:
Сообщение: Re: Dump tables with pg_dump - no or different Owner