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

Commitc3fe58e

Browse files
committed
Fix bogus createdb option syntax recommended by initlocation message.
1 parente43e20c commitc3fe58e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/initlocation/initlocation.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
#
1111
# IDENTIFICATION
12-
# $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/initlocation.sh,v 1.12 2001/09/30 22:17:50 momjian Exp $
12+
# $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/initlocation.sh,v 1.13 2002/02/24 23:59:36 tgl Exp $
1313
#
1414
#-------------------------------------------------------------------------
1515

@@ -161,7 +161,7 @@ if [ "$haveenv" = "t" ]; then
161161
echo"You can now create a database using"
162162
echo" CREATE DATABASE <name> WITH LOCATION = '$Location'"
163163
echo"in SQL, or"
164-
echo" createdb<name>-D '$Location'"
164+
echo" createdb -D '$Location' <name>"
165165
echo"from the shell."
166166
fi
167167
echo

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp