File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
-->
4
4
<chapter Id="runtime-config">
5
5
<title>Server Configuration</title>
@@ -1853,8 +1853,8 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Windows
1853
1853
<listitem>
1854
1854
<para>
1855
1855
Use genetic query optimization to plan queries with at least
1856
- this many <literal>FROM</> items involved. (Note that an outer
1857
- <literal>JOIN</> construct counts as only one <literal>FROM</>
1856
+ this many <literal>FROM</> items involved. (Note that a
1857
+ <literal>FULL OUTER JOIN</> construct counts as only one <literal>FROM</>
1858
1858
item.) The default is 12. For simpler queries it is usually best
1859
1859
to use the deterministic, exhaustive planner, but for queries with
1860
1860
many tables the deterministic planner takes too long.
You can’t perform that action at this time.
0 commit comments