Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a25a490

Browse files
committed
Update initdb display of postmaster startup
1 parent 65ea4f6 commit a25a490

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/bin/initdb/initdb.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#
2727
#
2828
# IDENTIFICATION
29-
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.88 2000/03/25 18:46:17 tgl Exp $
29+
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.89 2000/04/06 18:27:01 momjian Exp $
3030
#
3131
#-------------------------------------------------------------------------
3232

@@ -607,8 +607,10 @@ echo "VACUUM ANALYZE" \
607607

608608
echo
609609
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"
610+
echo ""
611+
echo " $PGPATH/postmaster -D $PGDATA"
612+
echo "or"
613+
echo " $PGPATH/pg_ctl -D $PGDATA start"
612614
echo
613615

614616
exit 0

0 commit comments

Comments
 (0)