Fix typo in FDW docs.

Laurenz Albe
This commit is contained in:
Tom Lane 2013-04-03 10:26:18 -04:00
parent 845d335a90
commit 0f1345d38b

View File

@ -354,7 +354,7 @@ PlanForeignModify (PlannerInfo *root,
<literal>resultRelation</> identifies the target foreign table by its
rangetable index. <literal>subplan_index</> identifies which target of
the <structname>ModifyTable</> plan node this is, counting from zero;
use this if you want to index into <literal>node-&gt;plans</> or other
use this if you want to index into <literal>plan-&gt;plans</> or other
substructure of the <literal>plan</> node.
</para>