{ "name": "explanation", "abstract": "Turn an explain plan into a table of nodes organized as a proximity tree", "description": "Sometimes you want to be able to save an explain plan for later analysis and querying. This extension does that for you.", "version": "0.2.0", "maintainer": "David E. Wheeler ", "license": "bsd", "provides": { "explanation": { "file": "sql/explanation.sql", "version": "0.2.0" } }, "prereqs": { "runtime": { "requires": { "plpgsql": 0, "PostgreSQL": "9.0.0" } } }, "resources": { "bugtracker": { "web": "http://github.com/theory/explanation/issues/" }, "repository": { "url": "git://github.com/theory/explanation.git", "web": "http://github.com/theory/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" ] }