mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +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'
 | 
						|
;
 |