QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=30.59..59.94 rows=9 width=47)
Recheck Cond: (id = ANY ('{3834,3797,3810,3665,3486,3846,3731,3150,3855}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..30.59 rows=9 width=0)
Index Cond: (id = ANY ('{3834,3797,3810,3665,3486,3846,3731,3150,3855}'::integer[]))