mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			292 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			292 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
/* $PostgreSQL: pgsql/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql,v 1.5 2009/06/10 22:12:28 tgl Exp $ */
 | 
						|
 | 
						|
-- Adjust this setting to control where the objects get dropped.
 | 
						|
SET search_path = public;
 | 
						|
 | 
						|
DROP FUNCTION pg_freespace(regclass, bigint);
 | 
						|
DROP FUNCTION pg_freespace(regclass);
 |