QUERY PLAN
Bitmap Heap Scan on tbl_suppliers (cost=25.05..50.84 rows=32 width=47)
Recheck Cond: (id = ANY ('{73,46,147,138,721,319,459,120,699,265,725,705,516,132,222,86,256,378,95,70,178,201,68,166,663,241,197,235,38,424,80,57}'::integer[]))
-> Bitmap Index Scan on tbl_suppliers_pkey (cost=0.00..25.04 rows=32 width=0)
Index Cond: (id = ANY ('{73,46,147,138,721,319,459,120,699,265,725,705,516,132,222,86,256,378,95,70,178,201,68,166,663,241,197,235,38,424,80,57}'::integer[]))