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

Commit8972088

Browse files
committed
Fix typo in error message.
1 parent5252285 commit8972088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/initdb/initdb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#
2525
# Copyright (c) 1994, Regents of the University of California
2626
#
27-
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.117 2000/11/25 19:05:43 petere Exp $
27+
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.118 2000/12/31 22:24:14 tgl Exp $
2828
#
2929
#-------------------------------------------------------------------------
3030

@@ -403,7 +403,7 @@ then
403403
if ["$template_only"!= yes ]
404404
then
405405
(
406-
echo"$CMDNAME: The directory$PGDATAisexists but is not empty."
406+
echo"$CMDNAME: The directory$PGDATA exists but is not empty."
407407
echo"If you want to create a new database system, either remove or empty"
408408
echo"the directory$PGDATA or run initdb with an argument"
409409
echo"other than$PGDATA."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp