aboutsummaryrefslogtreecommitdiff
path: root/src/bin/scripts/reindexdb.c
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:54 +0200
commitdd111887fbaead778d1077dfbc92b520a5188b51 (patch)
tree051fb772c32b3ad1f50a65f715bfd0bc493f846f /src/bin/scripts/reindexdb.c
parent24b7cf8a5cff0b0e2dba12a3a1f5c7638ace9986 (diff)
downloadpostgresql-dd111887fbaead778d1077dfbc92b520a5188b51.tar.gz
postgresql-dd111887fbaead778d1077dfbc92b520a5188b51.zip
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 'src/bin/scripts/reindexdb.c')
-rw-r--r--src/bin/scripts/reindexdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/scripts/reindexdb.c b/src/bin/scripts/reindexdb.c
index 40003380aef..c543d76b4f8 100644
--- a/src/bin/scripts/reindexdb.c
+++ b/src/bin/scripts/reindexdb.c
@@ -757,7 +757,7 @@ help(const char *progname)
printf(_(" -i, --index=INDEX recreate specific index(es) only\n"));
printf(_(" -j, --jobs=NUM use this many concurrent connections to reindex\n"));
printf(_(" -q, --quiet don't write any messages\n"));
- printf(_(" -s, --system reindex system catalogs\n"));
+ printf(_(" -s, --system reindex system catalogs only\n"));
printf(_(" -S, --schema=SCHEMA reindex specific schema(s) only\n"));
printf(_(" -t, --table=TABLE reindex specific table(s) only\n"));
printf(_(" -v, --verbose write a lot of output\n"));