From: Tatsuo Ishii Date: Fri, 14 Oct 2016 00:03:25 +0000 (+0900) Subject: Fix typo. X-Git-Tag: REL_10_BETA1~1563 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13d3180fd14c624bbb274e200e98ddb50e260216;p=postgresql Fix typo. Confirmed by Michael Paquier. --- diff --git a/doc/src/sgml/parallel.sgml b/doc/src/sgml/parallel.sgml index 94170b770b..d0b438e889 100644 --- a/doc/src/sgml/parallel.sgml +++ b/doc/src/sgml/parallel.sgml @@ -339,7 +339,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%'; When executing a parallel plan, you can use EXPLAIN (ANALYZE, - VERBOSE) will display per-worker statistics for each plan node. + VERBOSE) 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.