aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Tatiyants <atatiyan@gmail.com>2016-01-19 08:51:01 -0800
committerAlex Tatiyants <atatiyan@gmail.com>2016-01-19 08:51:01 -0800
commit7ea60757caecef89da469c1966a72816b5dcafd8 (patch)
tree98a55b9f0d4d599eb45bf3814542d42d349008c1
parentf9a70b6c80b388d57831eeeb501b1d3fe3e3d336 (diff)
update readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 645d058..d5e0015 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Postgres Explain Visualizer (pev)
-Postgres Explain Visualizer (dev) is designed to make [EXPLAIN](http://www.postgresql.org/docs/current/static/sql-explain.html) output easier to grok. It creates a graphical representation of the plan. You can see it in action at [tatiyants.com/pev](http://tatiyants.com/pev/).
+Postgres Explain Visualizer (dev) is designed to make [EXPLAIN](http://www.postgresql.org/docs/current/static/sql-explain.html) output easier to grok. It creates a graphical representation of the plan. You can see it in action at [tatiyants.com/pev](http://tatiyants.com/pev/), or read about it [on my blog](http://tatiyants.com/postgres-query-plan-visualization/).
Pev is heavily influenced by the excellent [explain.depesz.com](http://explain.depesz.com/).