Typo in FDW documentation

Started by Albe Laurenzalmost 13 years ago2 messages
#1Albe Laurenz
laurenz.albe@wien.gv.at
1 attachment(s)

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-&gt;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-&gt;plans</> or other
       substructure of the <literal>plan</> node.
      </para>
  
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Albe Laurenz (#1)
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