mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 00:08:23 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			118 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			118 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
DROP FUNCTION moddatetime();
 | 
						|
 | 
						|
CREATE FUNCTION moddatetime() 
 | 
						|
	RETURNS opaque 
 | 
						|
	AS 'MODULE_PATHNAME'
 | 
						|
	LANGUAGE 'newC';
 |