]> granicus.if.org Git - postgresql/commitdiff
Fixes extra space in printing.
authorBruce Momjian <bruce@momjian.us>
Thu, 3 Oct 1996 04:20:11 +0000 (04:20 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 3 Oct 1996 04:20:11 +0000 (04:20 +0000)
src/bin/initdb/initdb.sh

index e221dee874f0b791baf00bf7ea8ae2812397c266..71274d6125529b35d2b281c7aa4aeb4030d0ffc2 100644 (file)
@@ -26,7 +26,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.7 1996/10/03 00:23:42 momjian Exp $
+#    $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.8 1996/10/03 04:20:11 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -141,7 +141,7 @@ fi
 echo "We are initializing the database system with username" \
   "$POSTGRES_SUPERUSERNAME (uid=$POSTGRES_SUPERUID)."   
 echo "Please be aware that Postgres is not secure.  Anyone who can connect"
-echo "to the database can act as user $POSTGRES_SUPERUSERNAME " \
+echo "to the database can act as user $POSTGRES_SUPERUSERNAME" \
      "with very little effort."
 
 # -----------------------------------------------------------------------