1
0
mirror of https://github.com/django/django.git synced 2025-04-18 06:14:37 +00:00

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

Backport of 0ff322884484d9ee81877006825f4a167ab82eb5 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

@ -43,7 +43,8 @@ them. In that case, connect to your Django database and run the query
.. 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
@ -56,21 +57,21 @@ them. In that case, connect to your Django database and run the query
.. versionadded:: 3.1
Install the ``bloom`` extension.
Installs the ``bloom`` extension.
``BtreeGinExtension``
=====================
.. class:: BtreeGinExtension()
Install the ``btree_gin`` extension.
Installs the ``btree_gin`` extension.
``BtreeGistExtension``
======================
.. class:: BtreeGistExtension()
Install the ``btree_gist`` extension.
Installs the ``btree_gist`` extension.
``CITextExtension``
===================
@ -108,7 +109,7 @@ them. In that case, connect to your Django database and run the query
Installs the ``unaccent`` extension.
Index concurrent operations
Concurrent index operations
===========================
.. versionadded:: 3.0