pgsql: docs: clarify that CREATE TABLE ... _AS_ can be parallelized - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: docs: clarify that CREATE TABLE ... _AS_ can be parallelized
Date
Msg-id E1fGxw8-0003d9-4G@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
docs:  clarify that CREATE TABLE ... _AS_ can be parallelized

CREATE TABLE without AS doesn't have anything to parallelize.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/25468994cab87ab7e946b6866937ee642fc1261d

Modified Files
--------------
doc/src/sgml/parallel.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Teodor Sigaev
Date:
Subject: pgsql: Various improvements of skipping index scan during vacuumtechni
Next
From: Bruce Momjian
Date:
Subject: pgsql: docs: initial draft of PG 11 release notes