| Bitmap Heap Scan on tbl_clients (cost=17.43..33.97 rows=5 width=53) |
| Recheck Cond: (id = ANY ('{2230,2128,304,1121,2184}'::integer[])) |
| -> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..17.43 rows=5 width=0) |
| Index Cond: (id = ANY ('{2230,2128,304,1121,2184}'::integer[])) |