aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2016-10-14 09:03:25 +0900
committerTatsuo Ishii <ishii@postgresql.org>2016-10-14 09:05:46 +0900
commita209d6dc8cce69bf4d305486816845be3febacba (patch)
tree9859e2644a4e9a8d70cf7442deaa53d3870dc963
parent03f2bf70a3e6fb57f29e41a86cf8f9a14b082616 (diff)
downloadpostgresql-a209d6dc8cce69bf4d305486816845be3febacba.tar.gz
postgresql-a209d6dc8cce69bf4d305486816845be3febacba.zip
Fix typo.
Confirmed by Michael Paquier.
-rw-r--r--doc/src/sgml/parallel.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/parallel.sgml b/doc/src/sgml/parallel.sgml
index 7f8e902dc23..02173dabebf 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%';
<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.