Waiting for PostgreSQL 18 – Add temporal PRIMARY KEY and UNIQUE constraints

from blog select * from depesz;, | ↗ original
On 17th of September 2024, Peter Eisentraut committed patch: Add temporal PRIMARY KEY and UNIQUE constraints Add WITHOUT OVERLAPS clause to PRIMARY KEY and UNIQUE constraints. These are backed by GiST indexes instead of B-tree indexes, since they are essentially exclusion constraints with = for the scalar parts of the key and && for … Continue...