| Bitmap Heap Scan on tbl_clients (cost=17.14..30.67 rows=4 width=49) |
| Recheck Cond: (id = ANY ('{2115,2553,2150,3457}'::integer[])) |
| -> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..17.14 rows=4 width=0) |
| Index Cond: (id = ANY ('{2115,2553,2150,3457}'::integer[])) |