QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=40.32..85.91 rows=15 width=30)
Recheck Cond: (id = ANY ('{3813,3359,3618,3572,3537,3506,3490,3444,3433,3332,3331,3378,3292,3374,3240}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..40.31 rows=15 width=0)
Index Cond: (id = ANY ('{3813,3359,3618,3572,3537,3506,3490,3444,3433,3332,3331,3378,3292,3374,3240}'::integer[]))