From: Alvaro Herrera Date: Fri, 10 Jun 2011 19:27:38 +0000 (-0400) Subject: Add comment about pg_ctl stop X-Git-Tag: REL9_1_BETA3~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d69149ed71cc4f073f222f11f702a20a6d279e0c;p=postgresql Add comment about pg_ctl stop --- diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README index b674a2913e..e81e85d15b 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