docs: clarify that CREATE TABLE ... _AS_ can be parallelized

Bruce Momjian <bruce@momjian.us>

Commit: 25468994cab87ab7e946b6866937ee642fc1261d
Author: Bruce Momjian <bruce@momjian.us>
Date: 2018-05-11T02:37:26Z
Releases: 11.0
docs:  clarify that CREATE TABLE ... _AS_ can be parallelized

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

Files

PathChange+/−
doc/src/sgml/parallel.sgml modified +1 −1

Documentation touched