Hacker News new | ask | show | jobs
by Justsignedup 1445 days ago
Currently nulls are considered not distinct in postgres, no? Doesn't this mean anyone upgrading will have to fix up all their table definitions? Or am I wrong about this?

I just care about the backwards compat. To be clear, the second I saw this I thought "finally!!!"

1 comments

> Or am I wrong about this?

This one. Currently nulls are always distinct (different from one another).