]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix typo.
authorTatsuo Ishii <ishii@postgresql.org>
Fri, 14 Oct 2016 00:03:25 +0000 (09:03 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 14 Oct 2016 00:05:46 +0000 (09:05 +0900)
Confirmed by Michael Paquier.

doc/src/sgml/parallel.sgml

index 7f8e902dc23a302e4e98f8dba0638790ffc42b15..02173dabebf106235fb28907bd94f5f264ce86ae 100644 (file)
@@ -339,7 +339,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
 
   <para>
     When executing a parallel plan, you can use <literal>EXPLAIN (ANALYZE,
-    VERBOSE)</literal> will display per-worker statistics for each plan node.
+    VERBOSE)</literal> to display per-worker statistics for each plan node.
     This may be useful in determining whether the work is being evenly
     distributed between all plan nodes and more generally in understanding the
     performance characteristics of the plan.