Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.

This commit is contained in:
Mariusz Felisiak 2022-05-04 06:28:51 +02:00 committed by GitHub
parent 9d04711261
commit 37470bbd90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 18 additions and 30 deletions

View file

@ -120,11 +120,6 @@ 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.
.. admonition:: Use this index only on PostgreSQL 10 and later
Hash indexes have been available in PostgreSQL for a long time, but
they suffer from a number of data integrity issues in older versions.
.. _fillfactor: https://www.postgresql.org/docs/current/sql-createindex.html#SQL-CREATEINDEX-STORAGE-PARAMETERS
``SpGistIndex``