diff options
| author | Mads Jensen <mje@inducks.org> | 2017-01-16 17:28:30 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-16 13:23:20 -0500 |
| commit | 65e321b78161d83db408504290edbfbace267233 (patch) | |
| tree | ac1b8cdec2f750cf0f14991f829c81a73b12837e /docs/ref | |
| parent | 0f46bc67e26d439517bb0d0cb474c72859e76b60 (diff) | |
Refs #25809 -- Made a few late review comments for BrinIndex.
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`` ============ |
