Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 13d3180

Browse files
committed
Fix typo.
Confirmed by Michael Paquier.
1 parent 81e82a2 commit 13d3180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/parallel.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
339339

340340
<para>
341341
When executing a parallel plan, you can use <literal>EXPLAIN (ANALYZE,
342-
VERBOSE)</literal> will display per-worker statistics for each plan node.
342+
VERBOSE)</literal> to display per-worker statistics for each plan node.
343343
This may be useful in determining whether the work is being evenly
344344
distributed between all plan nodes and more generally in understanding the
345345
performance characteristics of the plan.

0 commit comments

Comments
 (0)