1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-26 01:22:12 +03:00

Fix documentation typo.

"GetForeignTableColumnOptions" should be "GetForeignColumnOptions".
Noted by Metin Döşlü.
This commit is contained in:
Tom Lane
2012-12-22 15:01:29 -05:00
parent 1ff92eea14
commit eb03506812

View File

@ -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