mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 10:30:33 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			365 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			365 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| /* $PostgreSQL: pgsql/contrib/pg_freespacemap/uninstall_pg_freespacemap.sql,v 1.3 2007/11/13 04:24:28 momjian Exp $ */
 | |
| 
 | |
| -- Adjust this setting to control where the objects get dropped.
 | |
| SET search_path = public;
 | |
| 
 | |
| DROP VIEW pg_freespacemap_pages;
 | |
| DROP VIEW pg_freespacemap_relations;
 | |
| 
 | |
| DROP FUNCTION pg_freespacemap_pages();
 | |
| DROP FUNCTION pg_freespacemap_relations();
 |