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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: docs: clarify that CREATE TABLE ... _AS_ can be parallelized
Date: 2018-05-11 02:37:36
Message-ID: E1fGxw8-0003d9-4G@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2018-05-11 14:54:13 pgsql: docs: initial draft of PG 11 release notes
Previous Message Teodor Sigaev 2018-05-10 10:33:05 pgsql: Various improvements of skipping index scan during vacuum techni