| Unique (cost=33.22..33.24 rows=3 width=4) |
| -> Sort (cost=33.22..33.23 rows=3 width=4) |
| Sort Key: c.deduct_points_from |
| -> Nested Loop (cost=18.26..33.20 rows=3 width=4) |
| -> Hash Join (cost=17.98..24.15 rows=3 width=4) |
| Hash Cond: (crd.id = crr.remind_date_id) |
| -> Seq Scan on tbl_case_remind_dates crd (cost=0.00..4.55 rows=255 width=8) |
| -> Hash (cost=17.94..17.94 rows=3 width=4) |
| -> Seq Scan on tbl_case_remind_receivers crr (cost=0.00..17.94 rows=3 width=4) |
| Filter: (user_id = 5064) |
| -> Index Scan using tbl_cases_pkey on tbl_cases c (cost=0.29..3.02 rows=1 width=8) |
| Index Cond: (id = crd.case_id) |