From 7e0665204c5931a8fa47d835a4799030a960c354 Mon Sep 17 00:00:00 2001 From: Alex Tatiyants Date: Fri, 29 Jan 2016 21:21:35 -0800 Subject: add usage hints/disclaimer. close #11, #6 --- app/components/plan-new/plan-new.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'app/components/plan-new/plan-new.html') diff --git a/app/components/plan-new/plan-new.html b/app/components/plan-new/plan-new.html index f74529d..f27037d 100644 --- a/app/components/plan-new/plan-new.html +++ b/app/components/plan-new/plan-new.html @@ -1,6 +1,9 @@
- For best results, use EXPLAIN (ANALYZE, COSTS, VERBOSE, BUFFERS, FORMAT JSON) - + + + For best results, use EXPLAIN (ANALYZE, COSTS, VERBOSE, BUFFERS, FORMAT JSON)
+ Psql users can export the plan to a file using psql -qAt -f explain.sql > analyze.json
+

DISCLAIMER: Pev stores your plans locally (localStorage) and will not send them anywhere.

-- cgit v1.2.3