QUERY PLAN
Bitmap Heap Scan on tbl_suppliers (cost=27.31..53.16 rows=40 width=47)
Recheck Cond: (id = ANY ('{177,563,479,74,172,223,355,536,46,739,425,185,267,71,459,100,660,138,450,194,155,69,68,126,489,45,98,301,733,555,90,184,167,143,106,183,475,150,577,130}'::integer[]))
-> Bitmap Index Scan on tbl_suppliers_pkey (cost=0.00..27.30 rows=40 width=0)
Index Cond: (id = ANY ('{177,563,479,74,172,223,355,536,46,739,425,185,267,71,459,100,660,138,450,194,155,69,68,126,489,45,98,301,733,555,90,184,167,143,106,183,475,150,577,130}'::integer[]))