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

Commit17b5b99

Browse files
committed
In vacuumdb --help, call analyze "statistics", not "hints".
1 parent6376115 commit17b5b99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/bin/scripts/vacuumdb.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
66
* Portions Copyright (c) 1994, Regents of the University of California
77
*
8-
* $PostgreSQL: pgsql/src/bin/scripts/vacuumdb.c,v 1.36 2010/02/2602:01:20 momjian Exp $
8+
* $PostgreSQL: pgsql/src/bin/scripts/vacuumdb.c,v 1.37 2010/02/2604:14:36 momjian Exp $
99
*
1010
*-------------------------------------------------------------------------
1111
*/
@@ -336,8 +336,8 @@ help(const char *progname)
336336
printf(_(" -q, --quiet don't write any messages\n"));
337337
printf(_(" -t, --table='TABLE[(COLUMNS)]' vacuum specific table only\n"));
338338
printf(_(" -v, --verbose write a lot of output\n"));
339-
printf(_(" -z, --analyze update optimizerhints\n"));
340-
printf(_(" -Z, --analyze-only only update optimizerhints\n"));
339+
printf(_(" -z, --analyze update optimizerstatistics\n"));
340+
printf(_(" -Z, --analyze-only only update optimizerstatistics\n"));
341341
printf(_(" --help show this help, then exit\n"));
342342
printf(_(" --version output version information, then exit\n"));
343343
printf(_("\nConnection options:\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp