QUERY PLAN
Aggregate (cost=92.05..92.06 rows=1 width=88)
-> Bitmap Heap Scan on tbl_projects p (cost=4.58..91.70 rows=20 width=22)
Recheck Cond: (client_id = 5)
Filter: (project_status = 3)
-> Bitmap Index Scan on tbl_projects_client_id_idx (cost=0.00..4.57 rows=39 width=0)
Index Cond: (client_id = 5)