We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f2bf7 commit a209d6dCopy full SHA for a209d6d
doc/src/sgml/parallel.sgml
@@ -339,7 +339,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
339
340
<para>
341
When executing a parallel plan, you can use <literal>EXPLAIN (ANALYZE,
342
- VERBOSE)</literal> will display per-worker statistics for each plan node.
+ VERBOSE)</literal> to display per-worker statistics for each plan node.
343
This may be useful in determining whether the work is being evenly
344
distributed between all plan nodes and more generally in understanding the
345
performance characteristics of the plan.
0 commit comments