From: Tom Lane Date: Sat, 22 Dec 2012 20:01:29 +0000 (-0500) Subject: Fix documentation typo. X-Git-Tag: REL9_2_3~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97e1db771ccd64e84081b4576d285d0ddcfbae03;p=postgresql Fix documentation typo. "GetForeignTableColumnOptions" should be "GetForeignColumnOptions". Noted by Metin Döşlü. --- diff --git a/doc/src/sgml/fdwhandler.sgml b/doc/src/sgml/fdwhandler.sgml index 2d604ed583..638b6ab9ce 100644 --- a/doc/src/sgml/fdwhandler.sgml +++ b/doc/src/sgml/fdwhandler.sgml @@ -388,7 +388,7 @@ GetForeignTable(Oid relid); List * -GetForeignTableColumnOptions(Oid relid, AttrNumber attnum); +GetForeignColumnOptions(Oid relid, AttrNumber attnum); This function returns the per-column FDW options for the column with the