Skip to content
Snippets Groups Projects
Commit a25a4907 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update initdb display of postmaster startup

parent 65ea4f67
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment