6 lines
		
	
	
		
			93 B
		
	
	
	
		
			PL/PgSQL
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			93 B
		
	
	
	
		
			PL/PgSQL
		
	
	
	
	
	
| BEGIN;
 | |
| 
 | |
| CREATE INDEX device_port_power_idx_ip_port on device_port_power (ip, port);
 | |
| 
 | |
| COMMIT;
 |