Re: Case insensitive collation

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Case insensitive collation
Дата
Msg-id kdbidk$jhr$1@ger.gmane.org
обсуждение исходный текст
Ответ на Re: Case insensitive collation  (Marcel van Pinxteren <marcel.van.pinxteren@gmail.com>)
Список pgsql-general
Marcel van Pinxteren, 18.01.2013 14:13:
> Desired behaviour:
> 1. If there is a row with 'ABC' (in a unique column) in the table, a row with 'abc' should not be allowed

That's an easy one:

create unique index on foo (lower(the_column));



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

Предыдущее
От: Alban Hertroys
Дата:
Сообщение: Re: Case insensitive collation
Следующее
От: Igor Neyman
Дата:
Сообщение: Re: speeding up a join query that utilizes a view