6 lines
		
	
	
		
			82 B
		
	
	
	
		
			PL/PgSQL
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			82 B
		
	
	
	
		
			PL/PgSQL
		
	
	
	
	
	
BEGIN;
 | 
						|
 | 
						|
UPDATE device SET layers = '00000100' WHERE vendor = 'netdisco';
 | 
						|
 | 
						|
COMMIT;
 |