mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #28126 -- Added GistIndex to contrib.postgres.
Thanks to Marc Tamlyn for the initial patch.
This commit is contained in:
parent
66657eb01f
commit
f4135783ad
7 changed files with 161 additions and 6 deletions
|
@ -58,6 +58,15 @@ run the query ``CREATE EXTENSION IF NOT EXISTS hstore;``.
|
|||
|
||||
Install the ``btree_gin`` extension.
|
||||
|
||||
``BtreeGistExtension``
|
||||
======================
|
||||
|
||||
.. class:: BtreeGistExtension()
|
||||
|
||||
.. versionadded:: 2.0
|
||||
|
||||
Install the ``btree_gist`` extension.
|
||||
|
||||
``CITextExtension``
|
||||
===================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue