QUERY PLAN
Update on tbl_auth_items (cost=0.27..8.29 rows=1 width=256)
-> Index Scan using tbl_auth_items_pkey on tbl_auth_items (cost=0.27..8.29 rows=1 width=256)
Index Cond: ((name)::text = 'Engineer'::text)