Case insensitive collation

Поиск
Список
Период
Сортировка
От Marcel van Pinxteren
Тема Case insensitive collation
Дата
Msg-id CAE3e+fOw5FrQ7ztUYeB4OSbnbE-Hup_cwYDTNvzYQ9Y0DuH8ww@mail.gmail.com
обсуждение исходный текст
Ответы Re: Case insensitive collation  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
The subject has been discussed on this mailing list before, recently.
To be able to switch from SQL Server to Postgresql, for me this is essential.

Therefore the question: are there plans to create a set of case insensitive, and maybe also accent insensitive collations in the near future?
I have no idea how complex this is, but it seems to me, looking at MySQL and SQL Server that it's not such a strange thing to expect from a database server.
I know I can use "lower" (even on indexes) and citext, but this feels like patchwork, and would mean a lot of work when converting our database (with 122 tables).

Regards,
Marcel van Pinxteren

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: plpython intermittent ImportErrors RESOLVED
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Case insensitive collation