| Bitmap Heap Scan on tbl_approves (cost=12.86..23.86 rows=3 width=501) |
| Recheck Cond: (id = ANY ('{2384,2397,2398}'::integer[])) |
| -> Bitmap Index Scan on tbl_approves_pkey (cost=0.00..12.86 rows=3 width=0) |
| Index Cond: (id = ANY ('{2384,2397,2398}'::integer[])) |