mirror of
https://github.com/postgres/postgres.git
synced 2026-04-26 16:48:14 -04:00
vacuumdb --help text: clarify analyze-only
Patch by Mats Erik Andersson
This commit is contained in:
parent
c863c91e3f
commit
159134b695
1 changed files with 2 additions and 2 deletions
|
|
@ -925,10 +925,10 @@ help(const char *progname)
|
|||
printf(_(" -v, --verbose write a lot of output\n"));
|
||||
printf(_(" -V, --version output version information, then exit\n"));
|
||||
printf(_(" -z, --analyze update optimizer statistics\n"));
|
||||
printf(_(" -Z, --analyze-only only update optimizer statistics\n"));
|
||||
printf(_(" -Z, --analyze-only only update optimizer statistics; no vacuum\n"));
|
||||
printf(_(" -j, --jobs=NUM use this many concurrent connections to vacuum\n"));
|
||||
printf(_(" --analyze-in-stages only update optimizer statistics, in multiple\n"
|
||||
" stages for faster results\n"));
|
||||
" stages for faster results; no vacuum\n"));
|
||||
printf(_(" -?, --help show this help, then exit\n"));
|
||||
printf(_("\nConnection options:\n"));
|
||||
printf(_(" -h, --host=HOSTNAME database server host or socket directory\n"));
|
||||
|
|
|
|||
Loading…
Reference in a new issue