QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=44.89..92.90 rows=17 width=34)
Recheck Cond: (id = ANY ('{3583,3770,3699,3666,3783,3792,3789,3788,3603,3791,3772,3794,3777,3784,3795,3801,3786}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..44.89 rows=17 width=0)
Index Cond: (id = ANY ('{3583,3770,3699,3666,3783,3792,3789,3788,3603,3791,3772,3794,3777,3784,3795,3801,3786}'::integer[]))