Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43e20c commit c3fe58eCopy full SHA for c3fe58e
src/bin/initlocation/initlocation.sh
@@ -9,7 +9,7 @@
9
#
10
11
# IDENTIFICATION
12
-# $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/initlocation.sh,v 1.12 2001/09/30 22:17:50 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/initlocation.sh,v 1.13 2002/02/24 23:59:36 tgl Exp $
13
14
#-------------------------------------------------------------------------
15
@@ -161,7 +161,7 @@ if [ "$haveenv" = "t" ]; then
161
echo "You can now create a database using"
162
echo " CREATE DATABASE <name> WITH LOCATION = '$Location'"
163
echo "in SQL, or"
164
- echo " createdb <name> -D '$Location'"
+ echo " createdb -D '$Location' <name>"
165
echo "from the shell."
166
fi
167
echo
0 commit comments