Mention "pg_ctl stop" in pgindent README instructions.

This commit is contained in:
Bruce Momjian 2011-06-09 20:51:10 -04:00
parent 829ae4bf83
commit bb8f0c4b48
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
6) Do a full test build:
run configure
pg_ctl stop
gmake -C src install
gmake -C contrib install
gmake installcheck-world