diff options
| author | Alex Tatiyants <atatiyan@gmail.com> | 2016-01-07 08:10:48 -0800 |
|---|---|---|
| committer | Alex Tatiyants <atatiyan@gmail.com> | 2016-01-07 08:10:48 -0800 |
| commit | 4f14eab969c33e506f6a5692392fb8fcf4e83df1 (patch) | |
| tree | 259d3e5b4bde9550829795c3850c3b20bae10d67 | |
| parent | 9d66c4b2f2a672207df1fbee129574f667cbce3d (diff) | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/#/plans). +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/). Pev is heavily influenced by the excellent [explain.depesz.com](http://explain.depesz.com/). |
