Re: Case insensitive collation - Mailing list pgsql-general

From Marcel van Pinxteren
Subject Re: Case insensitive collation
Date
Msg-id CAE3e+fPVFEmQHVdZWcJ5uU+Ow0Ef5DX9iQKRJYfUnY0XiJ8oYA@mail.gmail.com
Whole thread Raw
In response to Re: Case insensitive collation  (Jasen Betts <jasen@xnet.co.nz>)
Responses Re: Case insensitive collation  (Thomas Kellerer <spam_eater@gmx.net>)
Re: Case insensitive collation  (Alex Hunsaker <badalex@gmail.com>)
List 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 by date:

Previous
From: salah jubeh
Date:
Subject: Re: SELECT DISTINCT
Next
From: Alban Hertroys
Date:
Subject: Re: Case insensitive collation