diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/fdwhandler.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/fdwhandler.sgml b/doc/src/sgml/fdwhandler.sgml index 2d604ed583f..638b6ab9ce8 100644 --- a/doc/src/sgml/fdwhandler.sgml +++ b/doc/src/sgml/fdwhandler.sgml @@ -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 |