OSDN Git Service

Fix a typo of documentation.
authorTatsuro Yamada <yamatattsu@gmail.com>
Thu, 16 Feb 2017 02:00:32 +0000 (11:00 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Thu, 16 Feb 2017 05:53:08 +0000 (14:53 +0900)
Author: Tatsuro Yamada <yamatattsu@gmail.com>

doc/hint_list.html

index 983d690..8dc3bbc 100755 (executable)
@@ -73,7 +73,7 @@
        <td nowrap>Rows(table table[ table...] correction)</td>
   <td>Corrects row number of a result of the joins consist of the specfied tables. The available correction methods are absolute (#&ltn&gt), addition (+&ltn&gt), subtract (-&ltn&gt) and multiplication (*&ltn&gt). &ltn&gt should be a string that strtod() can read.</td></tr>
 <tr><td>Parallel query configuration</td>
-       <td nowrap>ParallelRows(table &lt# of workers&gt [soft|hard])</td>
+       <td nowrap>Parallel(table &lt# of workers&gt [soft|hard])</td>
   <td>Enforce or inhibit parallel execution of specfied table. &lt# of workers&gt is the desired number of parallel workers, where zero means inhibiting parallel execution. If the third parameter is soft (default), it just changes max_parallel_workers_per_gather and leave everything else to planner. Hard means enforcing the specified number of workers.</td>
 <tr><td>GUC</td>
   <td nowrap>Set(GUC-param value)</td>