Re: Case insensitive collation

Поиск
Список
Период
Сортировка
От Marcel van Pinxteren
Тема Re: Case insensitive collation
Дата
Msg-id CAE3e+fPVFEmQHVdZWcJ5uU+Ow0Ef5DX9iQKRJYfUnY0XiJ8oYA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Case insensitive collation  (Jasen Betts <jasen@xnet.co.nz>)
Ответы Re: Case insensitive collation  (Thomas Kellerer <spam_eater@gmx.net>)
Re: Case insensitive collation  (Alex Hunsaker <badalex@gmail.com>)
Список pgsql-general
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
2. If I do SELECT * FROM aTable WHERE aColumn = 'ABC', I should see a row with 'abc' as well (if there is one in the table)

This has been described in this mailing list a few months ago, in more detail.

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

Предыдущее
От: salah jubeh
Дата:
Сообщение: Re: SELECT DISTINCT
Следующее
От: Alban Hertroys
Дата:
Сообщение: Re: Case insensitive collation