summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres
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:49:24 +0100
commit54774e790d461d94653a4a83a7f5cc456e6d246a (patch)
tree481d373082d2090197667a76ae4f389e3d532c92 /docs/ref/contrib/postgres
parentfdca036827b7059c9915680da490ef3520f720fc (diff)
Updated BRIN index links in contrib.postgres indexes docs.
Diffstat (limited to 'docs/ref/contrib/postgres')
-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``
==============