Re: NULLs in unique indexes; Was: Oracle purchases Sleepycat - Mailing list pgsql-general

From Joshua D. Drake
Subject Re: NULLs in unique indexes; Was: Oracle purchases Sleepycat
Date
Msg-id 43F4CAA5.5010307@commandprompt.com
Whole thread Raw
In response to Re: NULLs in unique indexes; Was: Oracle purchases Sleepycat  (Alban Hertroys <alban@magproductions.nl>)
List pgsql-general
>
> I still think one shouldn't allow NULL values in unique constraints
> unless it's the _only_ value (any value is unique if there are no other
> values to compare with, after all), but I can't compare myself to
> C.Date, Darwen or Tom Lane... I'm not a database deity :P

You can not declare a unique value on nothing... thus the reasoning :)

>
> I suspect they have some pretty good reasons to treat NULL values in a
> UNIQUE constraint as different even from other NULL values. It sure
> makes me curious though ;)
>
> Regards,
>


--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/

pgsql-general by date:

Previous
From: "Ken Winter"
Date:
Subject: Re: Does PG really lack a time zone for India?
Next
From: David Rio Deiros
Date:
Subject: C trigger using system(3) to execute a php script