OSDN Git Service

Add comment about pg_ctl stop
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 10 Jun 2011 19:27:38 +0000 (15:27 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 10 Jun 2011 19:27:38 +0000 (15:27 -0400)
src/tools/pgindent/README

index b674a29..e81e85d 100644 (file)
@@ -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