Skip to content

Commit ed62d37

Browse files
author
Amit Kapila
committed
Doc: Update description for parallel insert reloption.
Commit c8f78b6 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
1 parent c8f78b6 commit ed62d37

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/src/sgml/ref/alter_table.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
722722
<para>
723723
<literal>SHARE UPDATE EXCLUSIVE</literal> lock will be taken for
724724
fillfactor, toast and autovacuum storage parameters, as well as the
725-
planner parameter <varname>parallel_workers</varname> and
725+
planner parameters <varname>parallel_workers</varname> and
726726
<varname>parallel_insert_enabled</varname>.
727727
</para>
728728
</listitem>

doc/src/sgml/ref/create_table.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,8 +1338,9 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
13381338
If a table parameter value is set and the
13391339
equivalent <literal>toast.</literal> parameter is not, the TOAST table
13401340
will use the table's parameter value.
1341-
Specifying these parameters for partitioned tables is not supported,
1342-
but you may specify them for individual leaf partitions.
1341+
These parameters, with the exception of
1342+
<literal>parallel_insert_enabled</literal>, are not supported on partitioned
1343+
tables, but may be specified for individual leaf partitions.
13431344
</para>
13441345

13451346
<variablelist>

0 commit comments

Comments
 (0)