Typo in parallel.sqml

From: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Typo in parallel.sqml
Date: 2016-10-13 23:41:50
Message-ID: 20161014.084150.500470364135129345.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I think this is a typo. Since I am not an English native speaker, I
would appreciate if someone confirm this.

diff --git a/doc/src/sgml/parallel.sgml b/doc/src/sgml/parallel.sgml
index 7f8e902..02173da 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.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2016-10-13 23:52:16 Re: Typo in parallel.sqml
Previous Message Michael Paquier 2016-10-13 23:33:27 Re: Mention to pg_backup in pg_dump.c