{ "name": "explanation", "abstract": "Explain a query and display the nodes as a relation organized as a proximity tree", "description": "It's not easy to marshall EXPLAIN plans into query-able shape. This extension does that for you. Give it a query and it returns a a table of query nodes suitable for further analysis and querying", "version": "0.3.0", "maintainer": "David E. Wheeler ", "license": "bsd", "provides": { "explanation": { "abstract": "Turn an explain plan into a table of nodes organized as a proximity tree", "file": "sql/explanation.sql", "version": "0.3.0" } }, "prereqs": { "runtime": { "requires": { "plpgsql": 0, "PostgreSQL": "9.0.0" } } }, "resources": { "bugtracker": { "web": "http://github.com/pgexperts/explanation/issues/" }, "repository": { "url": "git://github.com/pgexperts/explanation.git", "web": "http://github.com/pgexperts/explanation/", "type": "git" } }, "generated_by": "David E. Wheeler", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "explain", "explain analyze", "analyze", "table", "statistics", "node", "plan" ] }