]> granicus.if.org Git - postgresql/commitdiff
Update initdb display of postmaster startup
authorBruce Momjian <bruce@momjian.us>
Thu, 6 Apr 2000 18:27:01 +0000 (18:27 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 6 Apr 2000 18:27:01 +0000 (18:27 +0000)
src/bin/initdb/initdb.sh

index e0db622f7eff3bed3800fda7ca8993d914c71db8..feabc80581915cae6318040544c889ad1243e9fb 100644 (file)
@@ -26,7 +26,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.88 2000/03/25 18:46:17 tgl Exp $
+#    $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.89 2000/04/06 18:27:01 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -607,8 +607,10 @@ echo "VACUUM ANALYZE" \
 
 echo
 echo "Success. You can now start the database server using"
-echo "$PGPATH/postmaster -D $PGDATA or"
-echo "$PGPATH/pg_ctl -D $PGDATA start"
+echo ""
+echo " $PGPATH/postmaster -D $PGDATA"
+echo "or"
+echo " $PGPATH/pg_ctl -D $PGDATA start"
 echo
 
 exit 0