From 7ea60757caecef89da469c1966a72816b5dcafd8 Mon Sep 17 00:00:00 2001 From: Alex Tatiyants Date: Tue, 19 Jan 2016 08:51:01 -0800 Subject: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/). -- cgit v1.2.3