QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=45.18..95.67 rows=18 width=47)
Recheck Cond: (id = ANY ('{3566,3602,3694,3663,3721,3767,3744,3765,3777,3772,3791,3367,3294,3806,3801,3789,3786,3807}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..45.17 rows=18 width=0)
Index Cond: (id = ANY ('{3566,3602,3694,3663,3721,3767,3744,3765,3777,3772,3791,3367,3294,3806,3801,3789,3786,3807}'::integer[]))