Update comment about outer joins in description of geqo_threshold.
authorTom Lane
Wed, 11 Jan 2006 23:14:29 +0000 (23:14 +0000)
committerTom Lane
Wed, 11 Jan 2006 23:14:29 +0000 (23:14 +0000)
doc/src/sgml/config.sgml

index 293ee3558270913adf12ae327694c7f49b362dc5..6621105511abdfa00db0013dbf177f4e4eefdce2 100644 (file)
@@ -1,5 +1,5 @@
 
 
   Server Configuration
@@ -1853,8 +1853,8 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"'  # Windows
       
        
         Use genetic query optimization to plan queries with at least
-        this many FROM items involved. (Note that an outer
-        JOIN construct counts as only one FROM
+        this many FROM items involved. (Note that a
+        FULL OUTER JOIN construct counts as only one FROM
         item.) The default is 12. For simpler queries it is usually best
         to use the deterministic, exhaustive planner, but for queries with
         many tables the deterministic planner takes too long.