| Aggregate (cost=13.17..13.18 rows=1 width=32) |
| -> Bitmap Heap Scan on tbl_sales_contract_invoices (cost=4.30..13.16 rows=3 width=6) |
| Recheck Cond: (contract_id = 3679) |
| -> Bitmap Index Scan on tbl_sales_contract_invoices_contract_id_idx (cost=0.00..4.30 rows=3 width=0) |
| Index Cond: (contract_id = 3679) |