summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorMagnus Hagander2021-10-27 14:20:02 +0000
committerMagnus Hagander2021-10-27 14:29:07 +0000
commitfc92bb94af9fcb0629a7a05c0859210b37aca919 (patch)
tree2066b874647b249a8a5b3928e4aaa6c840d5ca3f /doc/src
parent31d99bc794a634e3f1b648cf3e71cdbc39eb2fa1 (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 23312cedc97..7726323922b 100644
--- a/doc/src/sgml/ref/reindexdb.sgml
+++ b/doc/src/sgml/ref/reindexdb.sgml
@@ -174,7 +174,7 @@ PostgreSQL documentation
<term><option>--system</option></term>
<listitem>
<para>
- Reindex database's system catalogs.
+ Reindex database's system catalogs only.
</para>
</listitem>
</varlistentry>