diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/postgres/constraints.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/ref/contrib/postgres/constraints.txt b/docs/ref/contrib/postgres/constraints.txt index ee8ef02aa2..29083c0b6b 100644 --- a/docs/ref/contrib/postgres/constraints.txt +++ b/docs/ref/contrib/postgres/constraints.txt @@ -73,9 +73,13 @@ creates an exclusion constraint on ``circle`` using ``circle_ops``. .. attribute:: ExclusionConstraint.index_type -The index type of the constraint. Accepted values are ``GIST`` or ``SPGIST``. -Matching is case insensitive. If not provided, the default index type is -``GIST``. +The index type of the constraint. Accepted values are ``GiST``, ``Hash``, or +``SPGiST``. Matching is case insensitive. If not provided, the default index +type is ``GIST``. + +.. versionchanged:: 6.1 + + Support for exclusion constraints using Hash indexes was added. ``condition`` ------------- |
