QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=43.45..83.06 rows=12 width=34)
Recheck Cond: (id = ANY ('{3249,3717,3704,3578,3743,3757,3763,3768,3783,3699,3720,3750}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..43.45 rows=12 width=0)
Index Cond: (id = ANY ('{3249,3717,3704,3578,3743,3757,3763,3768,3783,3699,3720,3750}'::integer[]))