[PostgreSQL 15] Improvements to UNIQUE and NULL in PostgreSQL 15
Original link: https://www.lifengdi.com/archives/transport/technology/3917 To sum up this improvement in one sentence: Support unique constraints and indexes treat null values as the same value. Instead of indexing null values into distinct values, you can now treat null values as the same value by creating a constraint using unique nulls not distinct. Create an example table in […]
[PostgreSQL 15] Improvements to UNIQUE and NULL in PostgreSQL 15 Read More »