mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 10:30:33 +03:00 
			
		
		
		
	This also enables hash join and hash aggregation on ltree columns. Tommy Pavlicek, reviewed by jian he Discussion: https://postgr.es/m/CAEhP-W9ZEoHeaP_nKnPCVd_o1c3BAUvq1gWHrq8EbkNRiS9CvQ@mail.gmail.com
		
			
				
	
	
		
			7 lines
		
	
	
		
			170 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			170 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # ltree extension
 | |
| comment = 'data type for hierarchical tree-like structures'
 | |
| default_version = '1.3'
 | |
| module_pathname = '$libdir/ltree'
 | |
| relocatable = true
 | |
| trusted = true
 |