QUERY PLAN
Bitmap Heap Scan on tbl_suppliers (cost=25.05..49.68 rows=32 width=48)
Recheck Cond: (id = ANY ('{79,721,132,177,428,604,421,84,563,126,174,170,72,697,89,138,73,149,98,451,67,526,459,202,583,91,236,434,190,432,191,259}'::integer[]))
-> Bitmap Index Scan on tbl_suppliers_pkey (cost=0.00..25.04 rows=32 width=0)
Index Cond: (id = ANY ('{79,721,132,177,428,604,421,84,563,126,174,170,72,697,89,138,73,149,98,451,67,526,459,202,583,91,236,434,190,432,191,259}'::integer[]))