We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e12f4a commit 2546899Copy full SHA for 2546899
doc/src/sgml/parallel.sgml
@@ -152,7 +152,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
152
The query writes any data or locks any database rows. If a query
153
contains a data-modifying operation either at the top level or within
154
a CTE, no parallel plans for that query will be generated. As an
155
- exception, the commands <literal>CREATE TABLE</literal>, <literal>SELECT
+ exception, the commands <literal>CREATE TABLE ... AS</literal>, <literal>SELECT
156
INTO</literal>, and <literal>CREATE MATERIALIZED VIEW</literal> which create a new
157
table and populate it can use a parallel plan.
158
</para>
0 commit comments