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:
parent
52d469b4ac
commit
97e1db771c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user