From f1b78234716bd639b045873c7be0c9424b897f16 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 2 Feb 1999 20:30:18 +0000 Subject: Make GEQO use dependent on table and index count. --- doc/src/sgml/ref/set.sgml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index 9627c1f354c..ac3c225267a 100644 --- a/doc/src/sgml/ref/set.sgml +++ b/doc/src/sgml/ref/set.sgml @@ -406,7 +406,7 @@ SET TIME ZONE { 'timezone' | LOCAL This algorithm is on by default, which used GEQO for - statements of six or more tables. + statements of six or more tables and indexes. (See the chapter on GEQO in the Programmer's Guide for more information). @@ -676,6 +676,11 @@ SET TIME ZONE { 'timezone' | LOCAL -- SET DATESTYLE TO 'ISO'; + + --Enable GEQO for queries with 4 or more tables and indexes + -- + SET GEQO ON=4; + --Set GEQO to default: -- -- cgit v1.2.3