We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent50c19fc commit209f675Copy full SHA for 209f675
doc/src/sgml/fdwhandler.sgml
@@ -899,6 +899,10 @@ GetForeignServerByName(const char *name, bool missing_ok);
899
<literal>baserel->fdw_private</> data previously created by the
900
scan-planning functions. However, in <command>INSERT</> the target
901
table is not scanned so there is no <structname>RelOptInfo</> for it.
902
+ The <structname>List</> returned by <function>PlanForeignModify</> has
903
+ the same restrictions as the <structfield>fdw_private</> list of a
904
+ <structname>ForeignScan</> plan node, that is it must contain only
905
+ structures that <function>copyObject</> knows how to copy.
906
</para>
907
908
<para>