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

Commite98476e

Browse files
committed
Document use of GEQO param in subquery pullups.
1 parent9e642cd commite98476e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎doc/src/sgml/runtime.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.89 2001/10/09 18:46:00 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.90 2001/10/11 21:16:26 momjian Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -719,7 +719,9 @@ env PGOPTIONS='-c geqo=off' psql
719719
this many FROM items involved. (Note that a JOIN construct
720720
counts as only one FROM item.) The default is 11. For simpler
721721
queries it is usually best to use the
722-
deterministic, exhaustive planner.
722+
deterministic, exhaustive planner. This parameter also controls
723+
how hard the optimizer will try to merge subquery
724+
<literal>FROM</literal> clauses into the upper query.
723725
</para>
724726
</listitem>
725727
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp