Re: Parallel INSERT (INTO ... SELECT ...)

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Amit Langote <amitlangote09(at)gmail(dot)com>
Cc: houzj(dot)fnst(at)fujitsu(dot)com, Greg Nancarrow <gregn4422(at)gmail(dot)com>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org, vignesh C <vignesh21(at)gmail(dot)com>, David Rowley <dgrowleyml(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, tsunakawa(dot)takay(at)fujitsu(dot)com, tanghy(dot)fnst(at)fujitsu(dot)com
Subject: Re: Parallel INSERT (INTO ... SELECT ...)
Date: 2021-03-18 03:00:03
Message-ID: 20210318030003.GF11765@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml
index ff1b642722..d5d356f2de 100644
--- a/doc/src/sgml/ref/create_table.sgml
+++ b/doc/src/sgml/ref/create_table.sgml
@@ -1338,8 +1338,10 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
If a table parameter value is set and the
equivalent <literal>toast.</literal> 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
+ <literal>parallel_insert_enabled</literal>,
+ are not supported on partitioned tables, but may be specified for
+ individual leaf partitions.
</para>

<variablelist>

Attachment Content-Type Size
0001-Fix-for-parallel_insert_enabled.patch text/x-diff 1.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2021-03-18 03:01:40 Re: Permission failures with WAL files in 13~ on Windows
Previous Message kuroda.hayato@fujitsu.com 2021-03-18 02:59:25 RE: make the stats collector shutdown without writing the statsfiles if the immediate shutdown is requested.