diff --git a/doc/src/sgml/fdwhandler.sgml b/doc/src/sgml/fdwhandler.sgml new file mode 100644 index d11e3de..c94988a *** a/doc/src/sgml/fdwhandler.sgml --- b/doc/src/sgml/fdwhandler.sgml *************** PlanForeignModify (PlannerInfo *root, *** 354,360 **** resultRelation identifies the target foreign table by its rangetable index. subplan_index identifies which target of the ModifyTable plan node this is, counting from zero; ! use this if you want to index into node->plans or other substructure of the plan node. --- 354,360 ---- resultRelation identifies the target foreign table by its rangetable index. subplan_index identifies which target of the ModifyTable plan node this is, counting from zero; ! use this if you want to index into plan->plans or other substructure of the plan node.