From: Tatsuro Yamada Date: Thu, 16 Feb 2017 02:00:32 +0000 (+0900) Subject: Fix a typo of documentation. X-Git-Tag: REL10_1_3_0~19 X-Git-Url: http://git.osdn.net/view?p=pghintplan%2Fpg_hint_plan.git;a=commitdiff_plain;h=c1bff87682b776ef430a1fa86943d4728111e886 Fix a typo of documentation. Author: Tatsuro Yamada --- diff --git a/doc/hint_list.html b/doc/hint_list.html index 983d690..8dc3bbc 100755 --- a/doc/hint_list.html +++ b/doc/hint_list.html @@ -73,7 +73,7 @@ Rows(table table[ table...] correction) Corrects row number of a result of the joins consist of the specfied tables. The available correction methods are absolute (#<n>), addition (+<n>), subtract (-<n>) and multiplication (*<n>). <n> should be a string that strtod() can read. Parallel query configuration - ParallelRows(table <# of workers> [soft|hard]) + Parallel(table <# of workers> [soft|hard]) Enforce or inhibit parallel execution of specfied table. <# of workers> 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. GUC Set(GUC-param value)