Add comment about pg_ctl stop

This commit is contained in:
Alvaro Herrera 2011-06-10 15:27:38 -04:00
parent fba105b109
commit d69149ed71
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
6) Do a full test build:
run configure
# stop is only necessary if it's going to install in a location with an
# already running server
pg_ctl stop
gmake -C src install
gmake -C contrib install