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

Commit445144b

Browse files
committed
Update comment about outer joins in description of geqo_threshold.
1 parent416689c commit445144b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.42 2006/01/05 10:07:44 petere Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.43 2006/01/11 23:14:29 tgl Exp $
33
-->
44
<chapter Id="runtime-config">
55
<title>Server Configuration</title>
@@ -1853,8 +1853,8 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Windows
18531853
<listitem>
18541854
<para>
18551855
Use genetic query optimization to plan queries with at least
1856-
this many <literal>FROM</> items involved. (Note thatan outer
1857-
<literal>JOIN</> construct counts as only one <literal>FROM</>
1856+
this many <literal>FROM</> items involved. (Note thata
1857+
<literal>FULL OUTERJOIN</> construct counts as only one <literal>FROM</>
18581858
item.) The default is 12. For simpler queries it is usually best
18591859
to use the deterministic, exhaustive planner, but for queries with
18601860
many tables the deterministic planner takes too long.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp