diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 293ee35582..6621105511 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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.