QUERY PLAN
Update on tbl_projects (cost=12.86..23.59 rows=3 width=361)
-> Bitmap Heap Scan on tbl_projects (cost=12.86..23.59 rows=3 width=361)
Recheck Cond: (id = ANY ('{3958,3960,2939}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..12.86 rows=3 width=0)
Index Cond: (id = ANY ('{3958,3960,2939}'::integer[]))