Case sensitivity

Поиск
Список
Период
Сортировка
От Scott Gilbert
Тема Case sensitivity
Дата
Msg-id NFBBLLGHLDHKCLMNHNBEIEOCCEAA.scott.gilbert@netregistry.au.com
обсуждение исходный текст
Список pgsql-general
We intend to move from M$ Access to PostgreSQL, however, much of our legacy
code operates under the assumption that string or text comparisons are case
insensitive whereas postgres is case sensitive.  This issue extends to SQL
Select statements as well as straight comparison (i.e. in addition to the <,
> and = operators, the WHERE and IN clauses in SQL statements are also
issues) so we can't simply modify the function attached to the comparison
operators.  Is there some means of modifying the behaviour of PostgreSQL so
that it is case insensitive?




Вложения

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

Предыдущее
От: "Kevin J. Drewiske"
Дата:
Сообщение: RE: delete columns from table!
Следующее
От: John Clark Naldoza y Lopez
Дата:
Сообщение: Re: Case sensitivity