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 234bb98 commit ddc1f32Copy full SHA for ddc1f32
doc/src/sgml/parallel.sgml
@@ -473,7 +473,13 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
473
474
<listitem>
475
<para>
476
- Access to an <literal>InitPlan</literal> or correlated <literal>SubPlan</literal>.
+ Plan nodes to which an <literal>InitPlan</literal> is attached.
477
+ </para>
478
+ </listitem>
479
+
480
+ <listitem>
481
+ <para>
482
+ Plan nodes which reference a correlated <literal>SubPlan</literal>.
483
</para>
484
</listitem>
485
</itemizedlist>
0 commit comments