mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 00:03:57 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			112 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			112 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| DROP FUNCTION noup ();
 | |
| 
 | |
| CREATE FUNCTION noup ()
 | |
| 	RETURNS opaque
 | |
| 	AS '_OBJWD_/noup_DLSUFFIX_'
 | |
| 	LANGUAGE 'newC'
 | |
| ;
 |