mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix mistake in SQL features list
Fix for c9f57541d9: Feature F302-02 was renamed to F305, but that
commit failed to delete the old line.
Reported-by: Satoru Koizumi (小泉 悟) <koizumistr@minos.ocn.ne.jp>
Discussion: https://www.postgresql.org/message-id/flat/170866661469.645.14101429540172934386%40wrigleys.postgresql.org
			
			
This commit is contained in:
		@@ -231,7 +231,6 @@ F292	UNIQUE null treatment			YES
 | 
				
			|||||||
F301	CORRESPONDING in query expressions			NO	
 | 
					F301	CORRESPONDING in query expressions			NO	
 | 
				
			||||||
F302	INTERSECT table operator			YES	
 | 
					F302	INTERSECT table operator			YES	
 | 
				
			||||||
F303	INTERSECT DISTINCT table operator			YES	
 | 
					F303	INTERSECT DISTINCT table operator			YES	
 | 
				
			||||||
F302	INTERSECT table operator	02	INTERSECT ALL table operator	YES	
 | 
					 | 
				
			||||||
F304	EXCEPT ALL table operator			YES	
 | 
					F304	EXCEPT ALL table operator			YES	
 | 
				
			||||||
F305	INTERSECT ALL table operator			YES	
 | 
					F305	INTERSECT ALL table operator			YES	
 | 
				
			||||||
F311	Schema definition statement			YES	
 | 
					F311	Schema definition statement			YES	
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user