| Bitmap Heap Scan on tbl_products (cost=12.86..22.72 rows=3 width=156) |
| Recheck Cond: (id = ANY ('{2261,2269,2177}'::integer[])) |
| -> Bitmap Index Scan on tbl_products_pkey (cost=0.00..12.86 rows=3 width=0) |
| Index Cond: (id = ANY ('{2261,2269,2177}'::integer[])) |