Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit159134b

Browse files
committed
vacuumdb --help text: clarify analyze-only
Patch by Mats Erik Andersson
1 parentc863c91 commit159134b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/scripts/vacuumdb.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -925,10 +925,10 @@ help(const char *progname)
925925
printf(_(" -v, --verbose write a lot of output\n"));
926926
printf(_(" -V, --version output version information, then exit\n"));
927927
printf(_(" -z, --analyze update optimizer statistics\n"));
928-
printf(_(" -Z, --analyze-only only update optimizer statistics\n"));
928+
printf(_(" -Z, --analyze-only only update optimizer statistics; no vacuum\n"));
929929
printf(_(" -j, --jobs=NUM use this many concurrent connections to vacuum\n"));
930930
printf(_(" --analyze-in-stages only update optimizer statistics, in multiple\n"
931-
" stages for faster results\n"));
931+
" stages for faster results; no vacuum\n"));
932932
printf(_(" -?, --help show this help, then exit\n"));
933933
printf(_("\nConnection options:\n"));
934934
printf(_(" -h, --host=HOSTNAME database server host or socket directory\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp