]> granicus.if.org Git - postgresql/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:07:33 +0000 (09:07 +0900)
Confirmed by Michael Paquier.

doc/src/sgml/parallel.sgml

index 94170b770bcd9537d35a9c97b2cc4459d33cb4dd..d0b438e88958de4526ee209de01f30b17e4e78b8 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.