mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Fix documentation typo.
"GetForeignTableColumnOptions" should be "GetForeignColumnOptions". Noted by Metin Döşlü.
This commit is contained in:
parent
1ff92eea14
commit
eb03506812
@ -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…
Reference in New Issue
Block a user