mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.
This commit is contained in:
parent
bd47b9bc81
commit
e76f9d5b44
9 changed files with 54 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue