Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 392b2e5

Browse files
committed
Update obsolete text in fdwhandler.sgml.
Etsuro Fujita, with some wording adjustment by me.
1 parent a9701a1 commit 392b2e5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/src/sgml/fdwhandler.sgml

+4-3
Original file line numberDiff line numberDiff line change
@@ -537,9 +537,10 @@ GetForeignServerByName(const char *name, bool missing_ok);
537537
<replaceable>local_variable</>. Such clauses will not be found in
538538
<literal>baserel-&gt;baserestrictinfo</> but must be sought in the
539539
relation's join lists. A path using such a clause is called a
540-
<quote>parameterized path</>. It must show the other relation(s) as
541-
<literal>required_outer</> and list the specific join clause(s) in
542-
<literal>param_clauses</>. In <function>GetForeignPlan</>, the
540+
<quote>parameterized path</>. It must identify the other relations
541+
used in the selected join clause(s) with a suitable value of
542+
<literal>param_info</>; use <function>get_baserel_parampathinfo</>
543+
to compute that value. In <function>GetForeignPlan</>, the
543544
<replaceable>local_variable</> portion of the join clause would be added
544545
to <structfield>fdw_exprs</>, and then at run time the case works the
545546
same as for an ordinary restriction clause.

0 commit comments

Comments
 (0)