Skip to content
Snippets Groups Projects
Commit eb035068 authored by Tom Lane's avatar Tom Lane
Browse files

Fix documentation typo.

"GetForeignTableColumnOptions" should be "GetForeignColumnOptions".
Noted by Metin Döşlü.
parent 1ff92eea
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment