From: Tom Lane Date: Sat, 22 Dec 2012 20:01:29 +0000 (-0500) Subject: Fix documentation typo. X-Git-Tag: REL9_3_BETA1~568 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb035068121532ed7db47081e71655746d31cd16;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