mirror of
https://github.com/postgres/postgres.git
synced 2026-04-02 07:46:09 -04:00
Fix bogus createdb option syntax recommended by initlocation message.
This commit is contained in:
parent
e43e20cef1
commit
c3fe58ed63
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
|||
#
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $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 $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
|
|
@ -161,7 +161,7 @@ if [ "$haveenv" = "t" ]; then
|
|||
echo "You can now create a database using"
|
||||
echo " CREATE DATABASE <name> WITH LOCATION = '$Location'"
|
||||
echo "in SQL, or"
|
||||
echo " createdb <name> -D '$Location'"
|
||||
echo " createdb -D '$Location' <name>"
|
||||
echo "from the shell."
|
||||
fi
|
||||
echo
|
||||
|
|
|
|||
Loading…
Reference in a new issue