QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=48.32..98.20 rows=15 width=30)
Recheck Cond: (id = ANY ('{3810,3890,3845,3886,3918,3841,3911,3412,3249,3823,3860,3783,3834,3875,3846}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..48.31 rows=15 width=0)
Index Cond: (id = ANY ('{3810,3890,3845,3886,3918,3841,3911,3412,3249,3823,3860,3783,3834,3875,3846}'::integer[]))