Re: Case insensitive collation

From: Marcel van Pinxteren <marcel(dot)van(dot)pinxteren(at)gmail(dot)com>
To: Jasen Betts <jasen(at)xnet(dot)co(dot)nz>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Case insensitive collation
Date: 2013-01-18 13:13:27
Message-ID: CAE3e+fPVFEmQHVdZWcJ5uU+Ow0Ef5DX9iQKRJYfUnY0XiJ8oYA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2013-01-18 13:19:50 Re: Case insensitive collation
Previous Message salah jubeh 2013-01-18 11:05:15 Re: SELECT DISTINCT