From c2f6c05c4cc73e831b7e852eb58bd6d7a83fa46c Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Fri, 28 May 2021 23:56:23 +0100 Subject: Refs #32943 -- Added support for covering exclusion constraints using SP-GiST indexes on PostgreSQL 14+. --- docs/ref/contrib/postgres/constraints.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/ref/contrib/postgres') diff --git a/docs/ref/contrib/postgres/constraints.txt b/docs/ref/contrib/postgres/constraints.txt index cb4347dd95..be06b907ff 100644 --- a/docs/ref/contrib/postgres/constraints.txt +++ b/docs/ref/contrib/postgres/constraints.txt @@ -115,7 +115,13 @@ used for queries that select only included fields (:attr:`~ExclusionConstraint.include`) and filter only by indexed fields (:attr:`~ExclusionConstraint.expressions`). -``include`` is supported only for GiST indexes on PostgreSQL 12+. +``include`` is supported for GiST indexes on PostgreSQL 12+ and SP-GiST +indexes on PostgreSQL 14+. + +.. versionchanged:: 4.1 + + Support for covering exclusion constraints using SP-GiST indexes on + PostgreSQL 14+ was added. ``opclasses`` ------------- -- cgit v1.2.1