Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/components/about/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h2>Postgres EXPLAIN Visualizer (Pev)</h2>
<p>You can tweak display options using the menu on the right.</p>

<h3>Usage tips</h3>
<p>Pev currently accepts only JSON formatted plans. In fact, the get the most out of it,
<p>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:
<code>EXPLAIN (ANALYZE, COSTS, VERBOSE, BUFFERS, FORMAT JSON)</code>. I also recommend submitting a (decently formatted)
SQL query that generated the plan. Doing so will make Pev more useful.
Expand Down