]> granicus.if.org Git - postgresql/commitdiff
Fix documentation typo.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 Dec 2012 20:01:29 +0000 (15:01 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 Dec 2012 20:01:29 +0000 (15:01 -0500)
"GetForeignTableColumnOptions" should be "GetForeignColumnOptions".
Noted by Metin Döşlü.

doc/src/sgml/fdwhandler.sgml

index 2d604ed583fd0a5261a83cea59a0bcb2a157f2a9..638b6ab9ce8a93a99202361d23b340fceb9ae2da 100644 (file)
@@ -388,7 +388,7 @@ GetForeignTable(Oid relid);
     <para>
 <programlisting>
 List *
-GetForeignTableColumnOptions(Oid relid, AttrNumber attnum);
+GetForeignColumnOptions(Oid relid, AttrNumber attnum);
 </programlisting>
 
      This function returns the per-column FDW options for the column with the