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

Commit5e49291

Browse files
committed
Add -w option to --help output. It was apparently forgotten when -w was
implemented.
1 parentf3a72bd commit5e49291

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/bin/pg_dump/pg_dump.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*by PostgreSQL
1313
*
1414
* IDENTIFICATION
15-
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.528 2009/03/04 11:57:00 petere Exp $
15+
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.529 2009/03/17 10:10:13 petere Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -841,6 +841,7 @@ help(const char *progname)
841841
printf(_(" -h, --host=HOSTNAME database server host or socket directory\n"));
842842
printf(_(" -p, --port=PORT database server port number\n"));
843843
printf(_(" -U, --username=NAME connect as specified database user\n"));
844+
printf(_(" -w, --no-password never prompt for password\n"));
844845
printf(_(" -W, --password force password prompt (should happen automatically)\n"));
845846

846847
printf(_("\nIf no database name is supplied, then the PGDATABASE environment\n"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp