diff --git a/app/components/about/about.html b/app/components/about/about.html index 08c913b..88fb8df 100644 --- a/app/components/about/about.html +++ b/app/components/about/about.html @@ -16,7 +16,7 @@
You can tweak display options using the menu on the right.
Pev currently accepts only JSON formatted plans. In fact, the get the most out of it, +
Pev currently accepts only JSON formatted plans. In fact, to get the most out of it,
I recommend generating a query plan using the following line:
EXPLAIN (ANALYZE, COSTS, VERBOSE, BUFFERS, FORMAT JSON). I also recommend submitting a (decently formatted)
SQL query that generated the plan. Doing so will make Pev more useful.