Re: unique constraint with significant nulls? - Mailing list pgsql-general

From hubert depesz lubaczewski
Subject Re: unique constraint with significant nulls?
Date
Msg-id 20120925153257.GA20437@depesz.com
Whole thread Raw
In response to unique constraint with significant nulls?  (Mike Blackwell <mike.blackwell@rrd.com>)
Responses Re: unique constraint with significant nulls?
List pgsql-general
On Tue, Sep 25, 2012 at 10:05:15AM -0500, Mike Blackwell wrote:
> How would one go about building a multi-column unique constraint where null
> is a significant value, eg. (1, NULL) <> (2, NULL)?
>
> I see a number of references to not being able to use an index for this,
> but no mention of an alternative.  Any pointers would be appreciated

create unique index zzz on table ((column is null), coalesce(column, 'whatever'));

Best regards,

depesz

--
The best thing about modern society is how easy it is to avoid contact with it.
                                                             http://depesz.com/


pgsql-general by date:

Previous
From: Daniele Varrazzo
Date:
Subject: Re: Running CREATE only on certain Postgres versions
Next
From: Igor Neyman
Date:
Subject: Re: Running CREATE only on certain Postgres versions