diff options
Diffstat (limited to 'docs/ref/contrib/postgres')
| -rw-r--r-- | docs/ref/contrib/postgres/aggregates.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/postgres/constraints.txt | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/ref/contrib/postgres/aggregates.txt b/docs/ref/contrib/postgres/aggregates.txt index d2bd48c4fd..1825ec2fc5 100644 --- a/docs/ref/contrib/postgres/aggregates.txt +++ b/docs/ref/contrib/postgres/aggregates.txt @@ -76,7 +76,7 @@ General-purpose aggregation functions .. class:: BitXor(expression, filter=None, default=None, **extra) Returns an ``int`` of the bitwise ``XOR`` of all non-null input values, or - ``default`` if all values are null. It requires PostgreSQL 14+. + ``default`` if all values are null. ``BoolAnd`` ----------- diff --git a/docs/ref/contrib/postgres/constraints.txt b/docs/ref/contrib/postgres/constraints.txt index 4d13eddd24..ee8ef02aa2 100644 --- a/docs/ref/contrib/postgres/constraints.txt +++ b/docs/ref/contrib/postgres/constraints.txt @@ -130,8 +130,7 @@ used for queries that select only included fields (:attr:`~ExclusionConstraint.include`) and filter only by indexed fields (:attr:`~ExclusionConstraint.expressions`). -``include`` is supported for GiST indexes. PostgreSQL 14+ also supports -``include`` for SP-GiST indexes. +``include`` is supported for GiST and SP-GiST indexes. ``violation_error_code`` ------------------------ |
