mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 00:03:57 -04:00 
			
		
		
		
	but no permissions check at all is certainly no good.) Clean up usage of some deprecated APIs.
		
			
				
	
	
		
			8 lines
		
	
	
		
			223 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			223 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| -- Adjust this setting to control where the objects get created.
 | |
| SET search_path = public;
 | |
| 
 | |
| DROP FUNCTION pgstattuple(text);
 | |
| DROP FUNCTION pgstattuple(oid);
 | |
| DROP FUNCTION pgstatindex(text);
 | |
| DROP FUNCTION pg_relpages(text);
 |