Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845d335 commit 0f1345dCopy full SHA for 0f1345d
doc/src/sgml/fdwhandler.sgml
@@ -354,7 +354,7 @@ PlanForeignModify (PlannerInfo *root,
354
<literal>resultRelation</> identifies the target foreign table by its
355
rangetable index. <literal>subplan_index</> identifies which target of
356
the <structname>ModifyTable</> plan node this is, counting from zero;
357
- use this if you want to index into <literal>node->plans</> or other
+ use this if you want to index into <literal>plan->plans</> or other
358
substructure of the <literal>plan</> node.
359
</para>
360
0 commit comments