From 5bd775703c361d05458f1d81684500705d0f51ea Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 3 Oct 2025 13:17:01 +0200 Subject: Fixed #36623 -- Dropped support for PostgreSQL 14 and PostGIS 3.1. --- docs/ref/models/constraints.txt | 2 +- docs/ref/models/indexes.txt | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/ref/models') diff --git a/docs/ref/models/constraints.txt b/docs/ref/models/constraints.txt index 34be41962b..9a51c5c7a2 100644 --- a/docs/ref/models/constraints.txt +++ b/docs/ref/models/constraints.txt @@ -273,7 +273,7 @@ creates a unique constraint that only allows one row to store a ``NULL`` value in the ``ordering`` column. Unique constraints with ``nulls_distinct`` are ignored for databases besides -PostgreSQL 15+. +PostgreSQL. ``violation_error_code`` ------------------------ diff --git a/docs/ref/models/indexes.txt b/docs/ref/models/indexes.txt index 6046abf029..d2b2430643 100644 --- a/docs/ref/models/indexes.txt +++ b/docs/ref/models/indexes.txt @@ -214,9 +214,8 @@ See the PostgreSQL documentation for more details about `covering indexes`_. .. admonition:: Restrictions on PostgreSQL - PostgreSQL supports covering B-Tree and :class:`GiST indexes - `. PostgreSQL 14+ also supports - covering :class:`SP-GiST indexes + PostgreSQL supports covering B-Tree, :class:`GiST indexes + `, and :class:`SP-GiST indexes `. .. _covering indexes: https://www.postgresql.org/docs/current/indexes-index-only-scans.html -- cgit v1.3