doc: Restrictions on InitPlans in parallel queries relaxed.

This updates the documentation for changes originally made in commit
e89a71fb44.

Patch by me, reviewed (but not entirely endorsed) by Amit Kapila.

Discussion: http://postgr.es/m/CA+Tgmoa+vupW8V_gBonz6hU7WwN2zJ=UTsVWCVB+rN6vaaXfZw@mail.gmail.com
This commit is contained in:
Robert Haas 2018-05-09 15:15:03 -04:00
parent 234bb985c5
commit ddc1f32ee5
1 changed files with 7 additions and 1 deletions

View File

@ -473,7 +473,13 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
<listitem>
<para>
Access to an <literal>InitPlan</literal> or correlated <literal>SubPlan</literal>.
Plan nodes to which an <literal>InitPlan</literal> is attached.
</para>
</listitem>
<listitem>
<para>
Plan nodes which reference a correlated <literal>SubPlan</literal>.
</para>
</listitem>
</itemizedlist>