diff options
author | Bruce Momjian <bruce@momjian.us> | 2015-06-01 11:27:30 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2015-06-01 11:27:30 -0400 |
commit | ab959cc0ea7ee143e017e18fae23e4269a1ba435 (patch) | |
tree | 82d6132912b27d5c1d2c00a7cc4be4e453c014b9 /src | |
parent | 50ab76d3c19c95589f4eb19683e25cb88a2506e2 (diff) | |
download | postgresql-ab959cc0ea7ee143e017e18fae23e4269a1ba435.tar.gz postgresql-ab959cc0ea7ee143e017e18fae23e4269a1ba435.zip |
pgindent: add typedef blog URL
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/pgindent/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README index 507c3207e3c..878edf697ef 100644 --- a/src/tools/pgindent/README +++ b/src/tools/pgindent/README @@ -22,7 +22,8 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and wget -O src/tools/pgindent/typedefs.list http://buildfarm.postgresql.org/cgi-bin/typedefs.pl - (see http://www.pgbuildfarm.org/cgi-bin/typedefs.pl?show_list for a full list of typedefs) + (see http://www.pgbuildfarm.org/cgi-bin/typedefs.pl?show_list for a full list of typedefs, + also http://adpgtech.blogspot.com/2015/05/running-pgindent-on-non-core-code-or.html) 6) Run pgindent: |