From 59dcbdaed4e1827e0542f48a0a53453a1da50ca8 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 23 Jun 2020 10:31:46 +0100 Subject: [PATCH] [3.1.x] Made small improvements to PostgreSQL operations docs. Backport of 0ff322884484d9ee81877006825f4a167ab82eb5 from master. --- docs/ref/contrib/postgres/operations.txt | 11 ++++++----- 1 file 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