mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #30943 -- Added BloomIndex to django.contrib.postgres.
This commit is contained in:
parent
26554cf5d1
commit
02983c5242
8 changed files with 177 additions and 5 deletions
|
@ -49,6 +49,15 @@ run the query ``CREATE EXTENSION IF NOT EXISTS hstore;``.
|
|||
|
||||
This is a required argument. The name of the extension to be installed.
|
||||
|
||||
``BloomExtension``
|
||||
==================
|
||||
|
||||
.. class:: BloomExtension()
|
||||
|
||||
.. versionadded:: 3.1
|
||||
|
||||
Install the ``bloom`` extension.
|
||||
|
||||
``BtreeGinExtension``
|
||||
=====================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue