mirror of
https://github.com/django/django.git
synced 2025-08-27 05:54:28 +00:00
Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.
This commit is contained in:
parent
9d04711261
commit
37470bbd90
11 changed files with 18 additions and 30 deletions
|
@ -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``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue