Commit eb035068 authored by Tom Lane's avatar Tom Lane

Fix documentation typo.

"GetForeignTableColumnOptions" should be "GetForeignColumnOptions".
Noted by Metin Döşlü.
parent 1ff92eea
...@@ -388,7 +388,7 @@ GetForeignTable(Oid relid); ...@@ -388,7 +388,7 @@ GetForeignTable(Oid relid);
<para> <para>
<programlisting> <programlisting>
List * List *
GetForeignTableColumnOptions(Oid relid, AttrNumber attnum); GetForeignColumnOptions(Oid relid, AttrNumber attnum);
</programlisting> </programlisting>
This function returns the per-column FDW options for the column with the This function returns the per-column FDW options for the column with the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment