[3.1.x] Made small improvements to PostgreSQL operations docs.

Backport of 0ff3228844 from master.
This commit is contained in:
Adam Johnson 2020-06-23 10:31:46 +01:00 committed by Mariusz Felisiak
parent b2e2489d80
commit 59dcbdaed4
1 changed files with 6 additions and 5 deletions

View File

@ -43,7 +43,8 @@ them. In that case, connect to your Django database and run the query
.. class:: CreateExtension(name) .. class:: CreateExtension(name)
An ``Operation`` subclass which installs PostgreSQL extensions. An ``Operation`` subclass which installs a PostgreSQL extension. For common
extensions, use one of the more specific subclasses below.
.. attribute:: name .. attribute:: name
@ -56,21 +57,21 @@ them. In that case, connect to your Django database and run the query
.. versionadded:: 3.1 .. versionadded:: 3.1
Install the ``bloom`` extension. Installs the ``bloom`` extension.
``BtreeGinExtension`` ``BtreeGinExtension``
===================== =====================
.. class:: BtreeGinExtension() .. class:: BtreeGinExtension()
Install the ``btree_gin`` extension. Installs the ``btree_gin`` extension.
``BtreeGistExtension`` ``BtreeGistExtension``
====================== ======================
.. class:: BtreeGistExtension() .. class:: BtreeGistExtension()
Install the ``btree_gist`` extension. Installs the ``btree_gist`` extension.
``CITextExtension`` ``CITextExtension``
=================== ===================
@ -108,7 +109,7 @@ them. In that case, connect to your Django database and run the query
Installs the ``unaccent`` extension. Installs the ``unaccent`` extension.
Index concurrent operations Concurrent index operations
=========================== ===========================
.. versionadded:: 3.0 .. versionadded:: 3.0