Commit ddc1f32e authored by Robert Haas's avatar Robert Haas

doc: Restrictions on InitPlans in parallel queries relaxed.

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

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
parent 234bb985
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment