aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_table.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/create_table.sgml')
-rw-r--r--doc/src/sgml/ref/create_table.sgml12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml
index d1807ed0dbf..06e6392f737 100644
--- a/doc/src/sgml/ref/create_table.sgml
+++ b/doc/src/sgml/ref/create_table.sgml
@@ -909,14 +909,14 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI
</varlistentry>
<varlistentry>
- <term><literal>parallel_degree</> (<type>integer</>)</term>
+ <term><literal>parallel_workers</> (<type>integer</>)</term>
<listitem>
<para>
- The parallel degree for a table is the number of workers that should
- be used to assist a parallel scan of that table. If not set, the
- system will determine a value based on the relation size. The actual
- number of workers chosen by the planner may be less, for example due to
- the setting of <xref linkend="guc-max-parallel-degree">.
+ This sets the number of workers that should be used to assist a parallel
+ scan of this table. If not set, the system will determine a value based
+ on the relation size. The actual number of workers chosen by the planner
+ may be less, for example due to
+ the setting of <xref linkend="guc-max-worker-processes">.
</para>
</listitem>
</varlistentry>