QUERY PLAN
Update on tbl_projects (cost=50.04..108.13 rows=21 width=361)
-> Bitmap Heap Scan on tbl_projects (cost=50.04..108.13 rows=21 width=361)
Recheck Cond: (id = ANY ('{3807,3914,3256,3915,3958,3960,3329,3095,3288,3832,3954,2939,3695,3137,3136,3190,3110,3126,3053,3232,3937}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..50.04 rows=21 width=0)
Index Cond: (id = ANY ('{3807,3914,3256,3915,3958,3960,3329,3095,3288,3832,3954,2939,3695,3137,3136,3190,3110,3126,3053,3232,3937}'::integer[]))