diff options
author | Bruce Momjian | 2009-06-10 01:47:59 +0000 |
---|---|---|
committer | Bruce Momjian | 2009-06-10 01:47:59 +0000 |
commit | eb518e81ff7ffbab64973f051d18d636939690fe (patch) | |
tree | 00b499cc63232988d76a7362a578b815688a3481 | |
parent | 0a42d887584db01f65c5215da6bedf755e027129 (diff) |
Document new location for typedef list.
-rw-r--r-- | src/tools/pgindent/README | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README index c05b63ee25..ca670509a9 100644 --- a/src/tools/pgindent/README +++ b/src/tools/pgindent/README @@ -3,8 +3,15 @@ $PostgreSQL$ pgindent ======== -This can format all PostgreSQL *.c and *.h files, but excludes *.y, and *.l -files. +This can format all PostgreSQL *.c and *.h files, but excludes *.y, and +*.l files. For source code typedefs, download: + + http://www.pgbuildfarm.org/cgi-bin/typedefs.pl + +--------------------------------------------------------------------------- + +Obsolete typedef list creation instructions: +-------------------------------------------- To use pgindent: |