|
1 | | -$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.29 2008/03/21 13:23:29 momjian Exp $ |
| 1 | +$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.30 2009/06/10 01:47:59 momjian Exp $ |
2 | 2 |
|
3 | 3 | pgindent |
4 | 4 | ======== |
5 | 5 |
|
6 | | -This can format all PostgreSQL *.c and *.h files, but excludes *.y, and *.l |
7 | | -files. |
| 6 | +This can format all PostgreSQL *.c and *.h files, but excludes *.y, and |
| 7 | +*.l files. For source code typedefs, download: |
| 8 | + |
| 9 | +http://www.pgbuildfarm.org/cgi-bin/typedefs.pl |
| 10 | + |
| 11 | +--------------------------------------------------------------------------- |
| 12 | + |
| 13 | +Obsolete typedef list creation instructions: |
| 14 | +-------------------------------------------- |
8 | 15 |
|
9 | 16 | To use pgindent: |
10 | 17 |
|
|