mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.
This commit is contained in:
committed by
Mariusz Felisiak
parent
bd47b9bc81
commit
e76f9d5b44
@@ -68,6 +68,9 @@ Minor features
|
||||
aggregate function returns an ``int`` of the bitwise ``XOR`` of all non-null
|
||||
input values.
|
||||
|
||||
* :class:`~django.contrib.postgres.indexes.SpGistIndex` now supports covering
|
||||
indexes on PostgreSQL 14+.
|
||||
|
||||
:mod:`django.contrib.redirects`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user