diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-06-09 20:51:10 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-06-09 20:51:44 -0400 |
commit | bb8f0c4b4863d697264cc6f295f50627b15a6608 (patch) | |
tree | 8b6d9bdb9803e0ee6594c5ad1d72943738c5257b | |
parent | 829ae4bf830e14bda649a153f7d179681e2ad094 (diff) | |
download | postgresql-bb8f0c4b4863d697264cc6f295f50627b15a6608.tar.gz postgresql-bb8f0c4b4863d697264cc6f295f50627b15a6608.zip |
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 44050c01b34..b674a2913e5 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 |