Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit392b2e5

Browse files
committed
Update obsolete text in fdwhandler.sgml.
Etsuro Fujita, with some wording adjustment by me.
1 parenta9701a1 commit392b2e5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎doc/src/sgml/fdwhandler.sgml

Lines changed: 4 additions & 3 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp