projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
829ae4b
)
Mention "pg_ctl stop" in pgindent README instructions.
author
Bruce Momjian
<
[email protected]
>
Fri, 10 Jun 2011 00:51:10 +0000
(20:51 -0400)
committer
Bruce Momjian
<
[email protected]
>
Fri, 10 Jun 2011 00:51:44 +0000
(20:51 -0400)
src/tools/pgindent/README
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/pgindent/README
b/src/tools/pgindent/README
index 44050c01b34236cbf06020c7af52e66425d1190b..b674a2913e50114e93f1a22b1a9b1222ce9c36c1 100644
(file)
--- 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