| Update on tbl_products (cost=17.15..29.85 rows=4 width=162) |
| -> Bitmap Heap Scan on tbl_products (cost=17.15..29.85 rows=4 width=162) |
| Recheck Cond: (id = ANY ('{1562,1584,2262,1558}'::integer[])) |
| -> Bitmap Index Scan on tbl_products_pkey (cost=0.00..17.15 rows=4 width=0) |
| Index Cond: (id = ANY ('{1562,1584,2262,1558}'::integer[])) |