mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 00:03:57 -04:00 
			
		
		
		
	Update EXPLAIN wording for GEQO usage.
This commit is contained in:
		
							parent
							
								
									413d492d32
								
							
						
					
					
						commit
						138fdf32bb
					
				| @ -1,5 +1,5 @@ | |||||||
| <!-- | <!-- | ||||||
| $PostgreSQL: pgsql/doc/src/sgml/ref/explain.sgml,v 1.35 2005/01/04 00:39:53 tgl Exp $ | $PostgreSQL: pgsql/doc/src/sgml/ref/explain.sgml,v 1.36 2006/01/20 16:41:55 momjian Exp $ | ||||||
| PostgreSQL documentation | PostgreSQL documentation | ||||||
| --> | --> | ||||||
| 
 | 
 | ||||||
| @ -151,11 +151,13 @@ ROLLBACK; | |||||||
|   </para> |   </para> | ||||||
| 
 | 
 | ||||||
|   <para> |   <para> | ||||||
|    Prior to <productname>PostgreSQL</productname> 7.3, the plan was |    Genetic query optimization (<acronym>GEQO</acronym>) randomly  | ||||||
|    emitted in the form of a <literal>NOTICE</literal> message.  Now it |    tests execution plans.  Therefore, when the number of tables exceeds | ||||||
|    appears as a query result (formatted like a table with a single |    <varname>geqo_threshold</> causing genetic query optimization to be  | ||||||
|    text column). |    used, the execution plan is likely to change each time the statement | ||||||
|  |    is executed. | ||||||
|   </para> |   </para> | ||||||
|  | 
 | ||||||
|  </refsect1> |  </refsect1> | ||||||
| 
 | 
 | ||||||
|  <refsect1> |  <refsect1> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user