diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-07-11 19:52:12 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-07-11 19:52:12 +0000 |
commit | 8230fbf964b0d5c8ce59aaecc2e83ce2bdded49d (patch) | |
tree | 927960e62cf09a471eec8afa782a67760af88c91 /src | |
parent | 001d30ee6b34308f72790c698bc7f43afffab286 (diff) | |
download | postgresql-8230fbf964b0d5c8ce59aaecc2e83ce2bdded49d.tar.gz postgresql-8230fbf964b0d5c8ce59aaecc2e83ce2bdded49d.zip |
Update pginclude documentation.
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/pginclude/README | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/tools/pginclude/README b/src/tools/pginclude/README index 893cdd63038..0100562cfed 100644 --- a/src/tools/pginclude/README +++ b/src/tools/pginclude/README @@ -13,5 +13,12 @@ pgrminclude [-v] pgdefine create macro calls for all defines in the file (used by the above routines) -It is also a good idea to sort the pg-specific include files in alphabetic -order. This is best done with a text editor. +It is also a good idea to sort the pg-specific include files in +alphabetic order. This is best done with a text editor. Typical usage +order would be: + + pgfixinclude + pgcompinclude + pgrminclude /src/include + pgcompinclude + pgrminclude / |