Typo in FDW documentation
Started by Albe Laurenzalmost 13 years ago2 messages
I found a small typo, patch attached.
Yours,
Laurenz Albe
Attachments:
fdw-doc.patchapplication/octet-stream; name=fdw-doc.patchDownload
diff --git a/doc/src/sgml/fdwhandler.sgml b/doc/src/sgml/fdwhandler.sgml
new file mode 100644
index d11e3de..c94988a
*** a/doc/src/sgml/fdwhandler.sgml
--- b/doc/src/sgml/fdwhandler.sgml
*************** PlanForeignModify (PlannerInfo *root,
*** 354,360 ****
<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
substructure of the <literal>plan</> node.
</para>
--- 354,360 ----
<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>plan->plans</> or other
substructure of the <literal>plan</> node.
</para>
Re: Typo in FDW documentation
Albe Laurenz <laurenz.albe@wien.gv.at> writes:
I found a small typo, patch attached.
Drat, thought I'd fixed that before, but obviously not. Done now, thanks.
regards, tom lane
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers