Aggregate (cost=235.10..235.11 rows=1 width=32) |
-> Bitmap Heap Scan on tbl_projects p (cost=9.25..234.58 rows=68 width=9) |
Recheck Cond: (created_by = 5087) |
Filter: (project_status = 3) |
-> Bitmap Index Scan on tbl_projects_created_by_idx (cost=0.00..9.23 rows=127 width=0) |
Index Cond: (created_by = 5087) |