Index: doc/src/sgml/ref/explain.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/ref/explain.sgml,v retrieving revision 1.35 diff -c -c -r1.35 explain.sgml *** doc/src/sgml/ref/explain.sgml 4 Jan 2005 00:39:53 -0000 1.35 --- doc/src/sgml/ref/explain.sgml 20 Jan 2006 16:18:53 -0000 *************** *** 151,161 **** ! Prior to PostgreSQL 7.3, the plan was ! emitted in the form of a NOTICE message. Now it ! appears as a query result (formatted like a table with a single ! text column). --- 151,162 ---- ! Genetic query optimization (GEQO) randomly ! tests execution plans. Therefore, when the number of tables ! exceeds geqo and genetic query optimization is in use, ! the execution plan will change each time the statement is executed. +