Unique (cost=24.85..24.86 rows=2 width=4) |
-> Sort (cost=24.85..24.85 rows=2 width=4) |
Sort Key: s.created_by |
-> Nested Loop (cost=0.28..24.84 rows=2 width=4) |
-> Seq Scan on tbl_reimbursement_carbon_copy_rels ccr (cost=0.00..8.24 rows=2 width=4) |
Filter: (user_id = 5016) |
-> Index Scan using tbl_reimbursements_pkey on tbl_reimbursements s (cost=0.28..8.30 rows=1 width=8) |
Index Cond: (id = ccr.reimbursement_id) |