QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=80.86..217.10 rows=53 width=29)
Recheck Cond: (client_id = ANY ('{3081,1933,2616,2538,982,146,1661,3372,3364,3344,3334,3327,3311,3304,3301,3296,3286,3278,3009,2845,2838,2836,2803,2800,2798,2719,2718,2589,2582,2553}'::integer[]))
-> Bitmap Index Scan on tbl_projects_client_id_idx (cost=0.00..80.85 rows=53 width=0)
Index Cond: (client_id = ANY ('{3081,1933,2616,2538,982,146,1661,3372,3364,3344,3334,3327,3311,3304,3301,3296,3286,3278,3009,2845,2838,2836,2803,2800,2798,2719,2718,2589,2582,2553}'::integer[]))