We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc863c91 commit159134bCopy full SHA for 159134b
src/bin/scripts/vacuumdb.c
@@ -925,10 +925,10 @@ help(const char *progname)
925
printf(_(" -v, --verbose write a lot of output\n"));
926
printf(_(" -V, --version output version information, then exit\n"));
927
printf(_(" -z, --analyze update optimizer statistics\n"));
928
-printf(_(" -Z, --analyze-only only update optimizer statistics\n"));
+printf(_(" -Z, --analyze-only only update optimizer statistics; no vacuum\n"));
929
printf(_(" -j, --jobs=NUM use this many concurrent connections to vacuum\n"));
930
printf(_(" --analyze-in-stages only update optimizer statistics, in multiple\n"
931
-" stages for faster results\n"));
+" stages for faster results; no vacuum\n"));
932
printf(_(" -?, --help show this help, then exit\n"));
933
printf(_("\nConnection options:\n"));
934
printf(_(" -h, --host=HOSTNAME database server host or socket directory\n"));