summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2021-10-27 16:20:02 +0200
committerMagnus Hagander <magnus@hagander.net>2021-10-27 16:28:22 +0200
commita0b6520ecfd6bd938851ec386241d2e3c689e117 (patch)
treee1164ae69f8aa7fd08b8e52826b43f31cf19e9d4 /doc/src
parent1ed1f801cdd114822a5f08409f23a7f22be0b9fb (diff)
Clarify that --system reindexes system catalogs *only*
Make this more clear both in the help message and docs. Reviewed-By: Michael Paquier Backpatch-through: 9.6 Discussion: https://postgr.es/m/CABUevEw6Je0WUFTLhPKOk4+BoBuDrE-fKw3N4ckqgDBMFu4paA@mail.gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/reindexdb.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/reindexdb.sgml b/doc/src/sgml/ref/reindexdb.sgml
index 80a7f84886b..8cb8bf4fa39 100644
--- a/doc/src/sgml/ref/reindexdb.sgml
+++ b/doc/src/sgml/ref/reindexdb.sgml
@@ -208,7 +208,7 @@ PostgreSQL documentation
<term><option>--system</option></term>
<listitem>
<para>
- Reindex database's system catalogs.
+ Reindex database's system catalogs only.
</para>
</listitem>
</varlistentry>