From eb035068121532ed7db47081e71655746d31cd16 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 22 Dec 2012 15:01:29 -0500 Subject: [PATCH] Fix documentation typo. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 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 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 -- 2.40.0