We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff92ee commit eb03506Copy full SHA for eb03506
doc/src/sgml/fdwhandler.sgml
@@ -388,7 +388,7 @@ GetForeignTable(Oid relid);
388
<para>
389
<programlisting>
390
List *
391
-GetForeignTableColumnOptions(Oid relid, AttrNumber attnum);
+GetForeignColumnOptions(Oid relid, AttrNumber attnum);
392
</programlisting>
393
394
This function returns the per-column FDW options for the column with the
0 commit comments