From: Tom Lane Date: Wed, 3 Apr 2013 14:26:18 +0000 (-0400) Subject: Fix typo in FDW docs. X-Git-Tag: REL9_3_BETA1~140 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f1345d38b4d7b35175d4f4be322da0aa6d6aaeb;p=thirdparty%2Fpostgresql.git Fix typo in FDW docs. Laurenz Albe --- diff --git a/doc/src/sgml/fdwhandler.sgml b/doc/src/sgml/fdwhandler.sgml index d11e3de8953..c94988a2f9d 100644 --- a/doc/src/sgml/fdwhandler.sgml +++ b/doc/src/sgml/fdwhandler.sgml @@ -354,7 +354,7 @@ PlanForeignModify (PlannerInfo *root, 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 + use this if you want to index into plan->plans or other substructure of the plan node.