diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/postgres/constraints.txt | 8 |
1 files changed, 7 insertions, 1 deletions
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`` ------------- |
