Commit ed62d373 authored by Amit Kapila's avatar Amit Kapila

Doc: Update description for parallel insert reloption.

Commit c8f78b61 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.GE11765@telsasoft.com
parent c8f78b61
...@@ -722,7 +722,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM ...@@ -722,7 +722,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
<para> <para>
<literal>SHARE UPDATE EXCLUSIVE</literal> lock will be taken for <literal>SHARE UPDATE EXCLUSIVE</literal> lock will be taken for
fillfactor, toast and autovacuum storage parameters, as well as the fillfactor, toast and autovacuum storage parameters, as well as the
planner parameter <varname>parallel_workers</varname> and planner parameters <varname>parallel_workers</varname> and
<varname>parallel_insert_enabled</varname>. <varname>parallel_insert_enabled</varname>.
</para> </para>
</listitem> </listitem>
......
...@@ -1338,8 +1338,9 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM ...@@ -1338,8 +1338,9 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
If a table parameter value is set and the If a table parameter value is set and the
equivalent <literal>toast.</literal> parameter is not, the TOAST table equivalent <literal>toast.</literal> parameter is not, the TOAST table
will use the table's parameter value. will use the table's parameter value.
Specifying these parameters for partitioned tables is not supported, These parameters, with the exception of
but you may specify them for individual leaf partitions. <literal>parallel_insert_enabled</literal>, are not supported on partitioned
tables, but may be specified for individual leaf partitions.
</para> </para>
<variablelist> <variablelist>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment