mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Fix typo in FDW docs.
Laurenz Albe
This commit is contained in:
parent
845d335a90
commit
0f1345d38b
@ -354,7 +354,7 @@ PlanForeignModify (PlannerInfo *root,
|
|||||||
<literal>resultRelation</> identifies the target foreign table by its
|
<literal>resultRelation</> identifies the target foreign table by its
|
||||||
rangetable index. <literal>subplan_index</> identifies which target of
|
rangetable index. <literal>subplan_index</> identifies which target of
|
||||||
the <structname>ModifyTable</> plan node this is, counting from zero;
|
the <structname>ModifyTable</> plan node this is, counting from zero;
|
||||||
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
|
||||||
substructure of the <literal>plan</> node.
|
substructure of the <literal>plan</> node.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user