Skip to content

Topic

Postgres exclusion constraints

A PostgreSQL constraint type that rejects any row whose key values compare to an existing row under given operators, most often combined with range types and GiST indexes to forbid overlap.

Current clusters