aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2011-06-10 15:27:38 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2011-06-10 15:27:38 -0400
commitd69149ed71cc4f073f222f11f702a20a6d279e0c (patch)
treee08bc01af068827ca626c4940e483eb013b8f4f0
parentfba105b1099f4f5fa7283bb17cba6fed2baa8d0c (diff)
downloadpostgresql-d69149ed71cc4f073f222f11f702a20a6d279e0c.tar.gz
postgresql-d69149ed71cc4f073f222f11f702a20a6d279e0c.zip
Add comment about pg_ctl stop
-rw-r--r--src/tools/pgindent/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README
index b674a2913e5..e81e85d15b8 100644
--- a/src/tools/pgindent/README
+++ b/src/tools/pgindent/README
@@ -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