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