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 65ea4f6 commit a25a490Copy full SHA for a25a490
src/bin/initdb/initdb.sh
@@ -26,7 +26,7 @@
26
#
27
28
# IDENTIFICATION
29
-# $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 $
30
31
#-------------------------------------------------------------------------
32
@@ -607,8 +607,10 @@ echo "VACUUM ANALYZE" \
607
608
echo
609
echo "Success. You can now start the database server using"
610
-echo "$PGPATH/postmaster -D $PGDATA or"
611
-echo "$PGPATH/pg_ctl -D $PGDATA start"
+echo ""
+echo " $PGPATH/postmaster -D $PGDATA"
612
+echo "or"
613
+echo " $PGPATH/pg_ctl -D $PGDATA start"
614
615
616
exit 0
0 commit comments