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

Commitd51af65

Browse files
committed
pg_dumpall: Include --verbose option in --help output
The -v/--verbose option was not included in the output from --help forpg_dumpall even though it's in the pg_dumpall documentation and hasapparently been around since pg_dumpall was reimplemented in C in 2002.Fix that by adding it.Pointed out by Daniel Westermann.Back-patch to all supported branches.Discussion:https://www.postgresql.org/message-id/2020970042.4589542.1482482101585.JavaMail.zimbra%40dbi-services.com
1 parentdc61580 commitd51af65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/bin/pg_dump/pg_dumpall.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,7 @@ help(void)
549549

550550
printf(_("\nGeneral options:\n"));
551551
printf(_(" -f, --file=FILENAME output file name\n"));
552+
printf(_(" -v, --verbose verbose mode\n"));
552553
printf(_(" -V, --version output version information, then exit\n"));
553554
printf(_(" --lock-wait-timeout=TIMEOUT fail after waiting TIMEOUT for a table lock\n"));
554555
printf(_(" -?, --help show this help, then exit\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp