1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

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

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