mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix typo in FDW docs.
Laurenz Albe
This commit is contained in:
parent
845d335a90
commit
0f1345d38b
1 changed files with 1 additions and 1 deletions
|
|
@ -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->plans</> or other
|
||||
use this if you want to index into <literal>plan->plans</> or other
|
||||
substructure of the <literal>plan</> node.
|
||||
</para>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue