QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=45.18..96.12 rows=18 width=43)
Recheck Cond: (id = ANY ('{3783,3846,3911,3758,3751,3858,3810,3932,4015,3934,3958,3952,3937,3743,3833,3950,3902,3822}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..45.17 rows=18 width=0)
Index Cond: (id = ANY ('{3783,3846,3911,3758,3751,3858,3810,3932,4015,3934,3958,3952,3937,3743,3833,3950,3902,3822}'::integer[]))