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:07:33 +0900
commit13d3180fd14c624bbb274e200e98ddb50e260216 (patch)
tree00179e34f8b582823c7f87f553ac05fc760fbb61
parent81e82a2bd48865f9a294b63d9492f9fde6a32787 (diff)
downloadpostgresql-13d3180fd14c624bbb274e200e98ddb50e260216.tar.gz
postgresql-13d3180fd14c624bbb274e200e98ddb50e260216.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 94170b770bc..d0b438e8895 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.