mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Update initdb display of postmaster startup
This commit is contained in:
parent
65ea4f677f
commit
a25a490718
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user