Refs #25809 -- Made a few late review comments for BrinIndex.

This commit is contained in:
Mads Jensen 2017-01-16 17:28:30 +01:00 committed by Tim Graham
parent 0f46bc67e2
commit 65e321b781
4 changed files with 11 additions and 14 deletions

View file

@ -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``
============