Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita25a490

Browse files
committed
Update initdb display of postmaster startup
1 parent65ea4f6 commita25a490

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)

[8]ページ先頭

©2009-2025 Movatter.jp