QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=44.89..95.78 rows=17 width=30)
Recheck Cond: (id = ANY ('{269,2434,331,2076,1571,1001,1077,2055,931,898,730,367,2730,2849,3157,3309,3694}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..44.89 rows=17 width=0)
Index Cond: (id = ANY ('{269,2434,331,2076,1571,1001,1077,2055,931,898,730,367,2730,2849,3157,3309,3694}'::integer[]))