diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/postgres/indexes.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/contrib/postgres/indexes.txt b/docs/ref/contrib/postgres/indexes.txt index 0995d1b75e..ce5a50caf3 100644 --- a/docs/ref/contrib/postgres/indexes.txt +++ b/docs/ref/contrib/postgres/indexes.txt @@ -12,12 +12,12 @@ available from the ``django.contrib.postgres.indexes`` module. ``BrinIndex`` ============= -.. class:: BrinIndex(pages_per_range=None) +.. class:: BrinIndex(fields=[], name=None, pages_per_range=None) Creates a `BRIN index - <https://www.postgresql.org/docs/current/static/brin-intro.html>`_. For - performance considerations and use cases of the index, please consult the - documentation. + <https://www.postgresql.org/docs/current/static/brin-intro.html>`_. + + The ``pages_per_range`` argument takes a positive integer. ``GinIndex`` ============ |
