mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 10:30:33 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			117 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			117 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| DROP FUNCTION autoinc();
 | |
| 
 | |
| CREATE FUNCTION autoinc() 
 | |
| 	RETURNS opaque 
 | |
| 	AS '_OBJWD_/autoinc_DLSUFFIX_'
 | |
| 	LANGUAGE 'c';
 |