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

Commit63d4f1c

Browse files
committed
Adjust message
1 parent830c168 commit63d4f1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/initdb/initdb.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* Portions Copyright (c) 1994, Regents of the University of California
4040
* Portions taken from FreeBSD.
4141
*
42-
* $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.62 2004/10/1504:31:48 momjian Exp $
42+
* $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.63 2004/10/17 21:04:41 petere Exp $
4343
*
4444
*-------------------------------------------------------------------------
4545
*/
@@ -2197,7 +2197,7 @@ main(int argc, char *argv[])
21972197
if (authmethod==NULL|| !strlen(authmethod))
21982198
{
21992199
authwarning=_("\nWARNING: enabling \"trust\" authentication for local connections\n"
2200-
"You can change this by editing pg_hba.conf or using the -Aflag the\n"
2200+
"You can change this by editing pg_hba.conf or using the -Aoption the\n"
22012201
"next time you run initdb.\n");
22022202
authmethod="trust";
22032203
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp