We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29b153 commit dff7ad3Copy full SHA for dff7ad3
doc/src/sgml/fdwhandler.sgml
@@ -178,7 +178,9 @@ GetForeignPlan (PlannerInfo *root,
178
the selected <structname>ForeignPath</> (previously produced by
179
<function>GetForeignPaths</> or <function>GetForeignJoinPaths</>),
180
the target list to be emitted by the plan node,
181
- and the restriction clauses to be enforced by the plan node.
+ the restriction clauses to be enforced by the plan node,
182
+ and the outer subplan of the <structname>ForeignScan</>,
183
+ which is used for rechecks performed by <function>RecheckForeignScan</>.
184
(If the path is for a join rather than a base
185
relation, <literal>foreigntableid</> is <literal>InvalidOid</>.)
186
</para>
0 commit comments