mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			343 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			343 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
-- Adjust this setting to control where the objects get created.
 | 
						|
SET search_path = public;
 | 
						|
 | 
						|
DROP FUNCTION dmetaphone_alt (text);
 | 
						|
 | 
						|
DROP FUNCTION dmetaphone (text);
 | 
						|
 | 
						|
DROP FUNCTION difference(text,text);
 | 
						|
 | 
						|
DROP FUNCTION text_soundex(text);
 | 
						|
 | 
						|
DROP FUNCTION soundex(text);
 | 
						|
 | 
						|
DROP FUNCTION metaphone (text,int);
 | 
						|
 | 
						|
DROP FUNCTION levenshtein (text,text);
 |