mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[5.1.x] Updated BRIN index links in contrib.postgres indexes docs.
Backport of 54774e790d461d94653a4a83a7f5cc456e6d246a from main.
This commit is contained in:
parent
6f32087a09
commit
4c079918e8
@ -34,14 +34,14 @@ available from the ``django.contrib.postgres.indexes`` module.
|
|||||||
.. class:: BrinIndex(*expressions, autosummarize=None, pages_per_range=None, **options)
|
.. class:: BrinIndex(*expressions, autosummarize=None, pages_per_range=None, **options)
|
||||||
|
|
||||||
Creates a `BRIN index
|
Creates a `BRIN index
|
||||||
<https://www.postgresql.org/docs/current/brin-intro.html>`_.
|
<https://www.postgresql.org/docs/current/brin.html>`_.
|
||||||
|
|
||||||
Set the ``autosummarize`` parameter to ``True`` to enable `automatic
|
Set the ``autosummarize`` parameter to ``True`` to enable `automatic
|
||||||
summarization`_ to be performed by autovacuum.
|
summarization`_ to be performed by autovacuum.
|
||||||
|
|
||||||
The ``pages_per_range`` argument takes a positive integer.
|
The ``pages_per_range`` argument takes a positive integer.
|
||||||
|
|
||||||
.. _automatic summarization: https://www.postgresql.org/docs/current/brin-intro.html#BRIN-OPERATION
|
.. _automatic summarization: https://www.postgresql.org/docs/current/brin.html#BRIN-OPERATION
|
||||||
|
|
||||||
``BTreeIndex``
|
``BTreeIndex``
|
||||||
==============
|
==============
|
||||||
|
Loading…
x
Reference in New Issue
Block a user