QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=50.26..199.64 rows=246 width=29)
Recheck Cond: (client_id = ANY ('{2815,3337,3333,141,3056,3332,2032,2736,189,2182,2600,24,145,101,54,2491,18,2187,2806,3316,3290,2737,21,2186,2242,2094,1492,1276,3179,149}'::integer[]))
-> Bitmap Index Scan on tbl_projects_client_id_idx (cost=0.00..50.20 rows=246 width=0)
Index Cond: (client_id = ANY ('{2815,3337,3333,141,3056,3332,2032,2736,189,2182,2600,24,145,101,54,2491,18,2187,2806,3316,3290,2737,21,2186,2242,2094,1492,1276,3179,149}'::integer[]))