aboutsummaryrefslogtreecommitdiff
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:45 -0500
commit97e1db771ccd64e84081b4576d285d0ddcfbae03 (patch)
tree3a7e8f6511efc194860dfcfc6d43f79dfff05f11
parent52d469b4ace07f2d1af9426c9c0bbfc1c86a4c91 (diff)
downloadpostgresql-97e1db771ccd64e84081b4576d285d0ddcfbae03.tar.gz
postgresql-97e1db771ccd64e84081b4576d285d0ddcfbae03.zip
Fix documentation typo.
"GetForeignTableColumnOptions" should be "GetForeignColumnOptions". Noted by Metin Döşlü.
-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