mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 10:30:33 +03:00 
			
		
		
		
	This modernized version of Soundex works significantly better than the original, particularly for non-English names. Dag Lem, reviewed by quite a few people along the way Discussion: https://postgr.es/m/yger1atbgfy.fsf@sid.nimrod.no
		
			
				
	
	
		
			7 lines
		
	
	
		
			190 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			190 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # fuzzystrmatch extension
 | |
| comment = 'determine similarities and distance between strings'
 | |
| default_version = '1.2'
 | |
| module_pathname = '$libdir/fuzzystrmatch'
 | |
| relocatable = true
 | |
| trusted = true
 |