projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
845d335
)
Fix typo in FDW docs.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 3 Apr 2013 14:26:18 +0000
(10:26 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 3 Apr 2013 14:26:18 +0000
(10:26 -0400)
Laurenz Albe
doc/src/sgml/fdwhandler.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/fdwhandler.sgml
b/doc/src/sgml/fdwhandler.sgml
index d11e3de895300e2e62eeb06e6e295afe8c974620..c94988a2f9d5e27b18ac27a6dbe0ed3b9c2ae9d8 100644
(file)
--- 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>