We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent6af1793 commit2e6ba13Copy full SHA for 2e6ba13
src/tools/pgindent/README
@@ -10,9 +10,9 @@ http://adpgtech.blogspot.com/2015/05/running-pgindent-on-non-core-code-or.html
10
11
PREREQUISITES:
12
13
-1) Install pg_bsd_indent in your PATH.Fetch itssource codewith
14
-git clone https://git.postgresql.org/git/pg_bsd_indent.git
15
-then follow the directions inREADME.pg_bsd_indent therein.
+1) Install pg_bsd_indent in your PATH.Itssource codeis in the
+sibling directory src/tools/pg_bsd_indent; see the directions
+in that directory'sREADME file.
16
17
2) Install perltidy. Please be sure it is version 20170521 (older and newer
18
versions make different formatting choices, and we want consistency).