diff options
author | Bruce Momjian | 2012-08-16 22:52:08 +0000 |
---|---|---|
committer | Bruce Momjian | 2012-08-16 22:52:08 +0000 |
commit | 86d0d16f8ae4b5da4fd7330c09d5ddd7d88b62f4 (patch) | |
tree | caa3bf99a3d94aaebd2dddc1cee6bf127f200661 | |
parent | 1037f2f646d7c018c8968336afe3584a8c6e654d (diff) |
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 870e0f1d04..0140008081 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 |