Commit
c8f78b6161 added a new reloption to enable inserts in parallel-mode
but forgot to update at one of the places about the same in docs. In
passing, fix a typo in the same commit.
Reported-by: Justin Pryzby
Author: Justin Pryzby
Reviewed-by: "Hou, Zhijie", Amit Kapila
Discussion: https://postgr.es/m/
20210318025228[email protected]
SHARE UPDATE EXCLUSIVE lock will be taken for
fillfactor, toast and autovacuum storage parameters, as well as the
- planner parameter parallel_workers and
+ planner parameters parallel_workers and
parallel_insert_enabled.
If a table parameter value is set and the
equivalent toast. parameter is not, the TOAST table
will use the table's parameter value.
- Specifying these parameters for partitioned tables is not supported,
- but you may specify them for individual leaf partitions.
+ These parameters, with the exception of
+ parallel_insert_enabled, are not supported on partitioned
+ tables, but may be specified for individual leaf partitions.