|
|
|
|
|
by marcosdumay
520 days ago
|
|
Yes, ergonomics dictates some weird behavior for nulls. Luckily, Postgres nowadays lets you declare the behavior of each null in unique constraints, like it should be. We can expect this to creep down to the other DBMSs with time. Making nulls distinct on a "select distinct" or a "group by" would be completely useless. |
|