summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2020-06-23 10:31:46 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-06-23 11:32:50 +0200
commit59dcbdaed4e1827e0542f48a0a53453a1da50ca8 (patch)
treecfe374cd91e837600cc8185af92ba4d8f69c9ba0
parentb2e2489d807de360068f5a34c57d5345e526caf3 (diff)
[3.1.x] Made small improvements to PostgreSQL operations docs.
Backport of 0ff322884484d9ee81877006825f4a167ab82eb5 from master.
-rw-r--r--docs/ref/contrib/postgres/operations.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/ref/contrib/postgres/operations.txt b/docs/ref/contrib/postgres/operations.txt
index 3943bc7a73..afbd8c19ce 100644
--- a/docs/ref/contrib/postgres/operations.txt
+++ b/docs/ref/contrib/postgres/operations.txt
@@ -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