aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-12-22 15:01:29 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2012-12-22 15:01:29 -0500
commiteb035068121532ed7db47081e71655746d31cd16 (patch)
treedf7e69ac4398a2617a23b3802fc4a6c64003bd76 /doc/src
parent1ff92eea140ccf0503b7399549031976e5c6642e (diff)
downloadpostgresql-eb035068121532ed7db47081e71655746d31cd16.tar.gz
postgresql-eb035068121532ed7db47081e71655746d31cd16.zip
Fix documentation typo.
"GetForeignTableColumnOptions" should be "GetForeignColumnOptions". Noted by Metin Döşlü.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/fdwhandler.sgml2
1 files changed, 1 insertions, 1 deletions
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