From e585c43be91fb3e5005ddb4191f64142c62a2ec3 Mon Sep 17 00:00:00 2001 From: Mads Jensen Date: Thu, 13 Oct 2016 14:39:44 +0200 Subject: Fixed #25809 -- Added BrinIndex support in django.contrib.postgres. Thanks Tim Graham and Markus Holtermann for review. --- docs/ref/contrib/postgres/indexes.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/contrib/postgres/indexes.txt b/docs/ref/contrib/postgres/indexes.txt index 9b8ab5ffa2..0995d1b75e 100644 --- a/docs/ref/contrib/postgres/indexes.txt +++ b/docs/ref/contrib/postgres/indexes.txt @@ -9,6 +9,16 @@ PostgreSQL specific model indexes The following are PostgreSQL specific :doc:`indexes ` available from the ``django.contrib.postgres.indexes`` module. +``BrinIndex`` +============= + +.. class:: BrinIndex(pages_per_range=None) + + Creates a `BRIN index + `_. For + performance considerations and use cases of the index, please consult the + documentation. + ``GinIndex`` ============ -- cgit v1.3