1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

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

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