diff options
author | Bruce Momjian | 2011-06-10 00:51:10 +0000 |
---|---|---|
committer | Bruce Momjian | 2011-06-10 00:51:44 +0000 |
commit | bb8f0c4b4863d697264cc6f295f50627b15a6608 (patch) | |
tree | 8b6d9bdb9803e0ee6594c5ad1d72943738c5257b | |
parent | 829ae4bf830e14bda649a153f7d179681e2ad094 (diff) |
Mention "pg_ctl stop" in pgindent README instructions.
-rw-r--r-- | src/tools/pgindent/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README index 44050c01b3..b674a2913e 100644 --- a/src/tools/pgindent/README +++ b/src/tools/pgindent/README @@ -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 |