diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2013-04-03 10:26:18 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2013-04-03 10:26:18 -0400 |
commit | 0f1345d38b4d7b35175d4f4be322da0aa6d6aaeb (patch) | |
tree | 2e8575d00cba623cba30b3d36ed7c36c905e9419 /doc/src | |
parent | 845d335a90b684dd51e80a6470ebb923a59a1f91 (diff) | |
download | postgresql-0f1345d38b4d7b35175d4f4be322da0aa6d6aaeb.tar.gz postgresql-0f1345d38b4d7b35175d4f4be322da0aa6d6aaeb.zip |
Fix typo in FDW docs.
Laurenz Albe
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/fdwhandler.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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, <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> |