summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Zapletal <adamzap@gmail.com>2024-11-01 14:32:57 -0500
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-11-11 14:51:22 +0100
commit4c079918e853c4e6ddfc4bd52e87992f7281094b (patch)
tree63b202fd536b2e8f818faa80e269ed502fff7460
parent6f32087a09f34cffdd77ad7de6b7fc2c9e59712b (diff)
[5.1.x] Updated BRIN index links in contrib.postgres indexes docs.
Backport of 54774e790d461d94653a4a83a7f5cc456e6d246a from main.
-rw-r--r--docs/ref/contrib/postgres/indexes.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/postgres/indexes.txt b/docs/ref/contrib/postgres/indexes.txt
index 73ef195309..107d9c278d 100644
--- a/docs/ref/contrib/postgres/indexes.txt
+++ b/docs/ref/contrib/postgres/indexes.txt
@@ -34,14 +34,14 @@ available from the ``django.contrib.postgres.indexes`` module.
.. class:: BrinIndex(*expressions, autosummarize=None, pages_per_range=None, **options)
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
summarization`_ to be performed by autovacuum.
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``
==============