From 97e1db771ccd64e84081b4576d285d0ddcfbae03 Mon Sep 17 00:00:00 2001 From: Tom Lane <tgl@sss.pgh.pa.us> Date: Sat, 22 Dec 2012 15:01:29 -0500 Subject: [PATCH] Fix documentation typo. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "GetForeignTableColumnOptions" should be "GetForeignColumnOptions". Noted by Metin Döşlü. --- doc/src/sgml/fdwhandler.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/fdwhandler.sgml b/doc/src/sgml/fdwhandler.sgml index 2d604ed583f..638b6ab9ce8 100644 --- a/doc/src/sgml/fdwhandler.sgml +++ b/doc/src/sgml/fdwhandler.sgml @@ -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 -- GitLab