Skip to content
Snippets Groups Projects
Commit d69149ed authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

Add comment about pg_ctl stop

parent fba105b1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment