| Bitmap Heap Scan on tbl_clients (cost=17.43..34.15 rows=5 width=49) |
| Recheck Cond: (id = ANY ('{982,3286,1661,2219,3354}'::integer[])) |
| -> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..17.43 rows=5 width=0) |
| Index Cond: (id = ANY ('{982,3286,1661,2219,3354}'::integer[])) |