Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commited62d37

Browse files
author
Amit Kapila
committed
Doc: Update description for parallel insert reloption.
Commitc8f78b6 added a new reloption to enable inserts in parallel-modebut forgot to update at one of the places about the same in docs. Inpassing, fix a typo in the same commit.Reported-by: Justin PryzbyAuthor: Justin PryzbyReviewed-by: "Hou, Zhijie", Amit KapilaDiscussion:https://postgr.es/m/20210318025228.GE11765@telsasoft.com
1 parentc8f78b6 commited62d37

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-
plannerparameter <varname>parallel_workers</varname> and
725+
plannerparameters <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)

[8]ページ先頭

©2009-2025 Movatter.jp