1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +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 52d469b4ac
commit 97e1db771c

View File

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