mirror of
https://github.com/postgres/postgres.git
synced 2026-02-11 23:03:25 -05:00
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 the temporal part.
(previously committed as
|
||
|---|---|---|
| .. | ||
| sgml | ||
| Makefile | ||