From e76f9d5b443845639262e18d9020ef4b070f1c7d Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Fri, 28 May 2021 23:52:57 +0100 Subject: Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+. --- docs/ref/contrib/postgres/indexes.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/ref/contrib/postgres') diff --git a/docs/ref/contrib/postgres/indexes.txt b/docs/ref/contrib/postgres/indexes.txt index de1715c239..35de2bf31a 100644 --- a/docs/ref/contrib/postgres/indexes.txt +++ b/docs/ref/contrib/postgres/indexes.txt @@ -138,6 +138,10 @@ available from the ``django.contrib.postgres.indexes`` module. Provide an integer value from 10 to 100 to the fillfactor_ parameter to tune how packed the index pages will be. PostgreSQL's default is 90. + .. versionchanged:: 4.1 + + Support for covering SP-GiST indexes on PostgreSQL 14+ was added. + .. _fillfactor: https://www.postgresql.org/docs/current/sql-createindex.html#SQL-CREATEINDEX-STORAGE-PARAMETERS ``OpClass()`` expressions -- cgit v1.3