QUERY PLAN
GroupAggregate (cost=233.70..234.31 rows=23 width=44)
Group Key: created_by
-> Sort (cost=233.70..233.78 rows=32 width=9)
Sort Key: created_by
-> Seq Scan on tbl_projects (cost=0.00..232.90 rows=32 width=9)
Filter: ((project_status = 2) AND (created_by = ANY ('{5332,1001,5087,5467,5300,5311,5295,1013,5476,1004,1005,5449}'::integer[])))