Fixed #28126 -- Added GistIndex to contrib.postgres.

Thanks to Marc Tamlyn for the initial patch.
This commit is contained in:
Mads Jensen 2017-07-01 15:30:34 +02:00 committed by Tim Graham
parent 66657eb01f
commit f4135783ad
7 changed files with 161 additions and 6 deletions

View file

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