From 86d0d16f8ae4b5da4fd7330c09d5ddd7d88b62f4 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 16 Aug 2012 18:52:08 -0400
Subject: [PATCH] Add URL for include file visualization tool.

---
 src/tools/pginclude/README | 4 ++++
 1 file changed, 4 insertions(+)

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
-- 
GitLab