diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-08-16 18:52:08 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-08-16 18:52:08 -0400 |
commit | 86d0d16f8ae4b5da4fd7330c09d5ddd7d88b62f4 (patch) | |
tree | caa3bf99a3d94aaebd2dddc1cee6bf127f200661 | |
parent | 1037f2f646d7c018c8968336afe3584a8c6e654d (diff) | |
download | postgresql-86d0d16f8ae4b5da4fd7330c09d5ddd7d88b62f4.tar.gz postgresql-86d0d16f8ae4b5da4fd7330c09d5ddd7d88b62f4.zip |
Add URL for include file visualization tool.
-rw-r--r-- | src/tools/pginclude/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/pginclude/README b/src/tools/pginclude/README index 870e0f1d046..01400080816 100644 --- a/src/tools/pginclude/README +++ b/src/tools/pginclude/README @@ -49,3 +49,7 @@ and EXEC_BACKEND on and off. It is also wise to test a WIN32 compile. Another tools that does a similar task is at: http://code.google.com/p/include-what-you-use/ + +An include file visualizer script is available at: + + http://archives.postgresql.org/pgsql-hackers/2011-09/msg00311.php |