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

Commit036ecf7

Browse files
committed
> pg_ctl --help
> ---skiped---> -P user name of account to register PostgreSQL server> -U password of account to register PostgreSQL server> ---skiped--->> I think that isn't right ;)Claudio Natoli
1 parent473165a commit036ecf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/bin/pg_ctl/pg_ctl.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
66
*
7-
* $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.21 2004/07/12 19:18:18 momjian Exp $
7+
* $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.22 2004/07/15 15:23:32 momjian Exp $
88
*
99
*-------------------------------------------------------------------------
1010
*/
@@ -1034,8 +1034,8 @@ do_help(void)
10341034
printf(_(" -s, --silent only print errors, no informational messages\n"));
10351035
#ifdefWIN32
10361036
printf(_(" -N service name with which to register PostgreSQL server\n"));
1037-
printf(_(" -Puser name of account to register PostgreSQL server\n"));
1038-
printf(_(" -Upassword of account to register PostgreSQL server\n"));
1037+
printf(_(" -Ppassword of account to register PostgreSQL server\n"));
1038+
printf(_(" -Uuser name of account to register PostgreSQL server\n"));
10391039
#endif
10401040
printf(_(" -w wait until operation completes\n"));
10411041
printf(_(" -W do not wait until operation completes\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp