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