Commit d69149ed authored by Alvaro Herrera's avatar Alvaro Herrera

Add comment about pg_ctl stop

parent fba105b1
...@@ -28,6 +28,8 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and ...@@ -28,6 +28,8 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
6) Do a full test build: 6) Do a full test build:
run configure run configure
# stop is only necessary if it's going to install in a location with an
# already running server
pg_ctl stop pg_ctl stop
gmake -C src install gmake -C src install
gmake -C contrib install gmake -C contrib install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment