Re: Case insensitive collation - Mailing list pgsql-general

From Alex Hunsaker
Subject Re: Case insensitive collation
Date
Msg-id CAFaPBrRVAK_AbgMr+GRf1MdSvhtw4LnkqhMGK_02B2kOWmQ31w@mail.gmail.com
Whole thread Raw
In response to Re: Case insensitive collation  (Marcel van Pinxteren <marcel.van.pinxteren@gmail.com>)
Responses Re: Case insensitive collation  (Marcel van Pinxteren <marcel.van.pinxteren@gmail.com>)
List pgsql-general



On Fri, Jan 18, 2013 at 6:13 AM, Marcel van Pinxteren <marcel.van.pinxteren@gmail.com> wrote:
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.


It does pretty much that (albeit by having columns be the citext type instead of text or varchar).

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Understanding TIMESTAMP WITH TIME ZONE
Next
From: Jeff Janes
Date:
Subject: Re: Temp table's effect on performance