QUERY PLAN
Bitmap Heap Scan on tbl_suppliers (cost=38.34..69.93 rows=79 width=47)
Recheck Cond: (id = ANY ('{73,189,138,464,712,604,645,70,226,146,98,69,585,421,428,520,88,693,117,100,386,111,318,496,67,580,438,74,131,143,48,548,468,375,212,157,84,126,72,290,114,102,68,180,144,71,187,710,572,536,254,184,563,201,707,108,169,545,87,147,120,125,733,46,530,658,661,40,41,193,363,239,58,42,53,463,80,263,158}'::integer[]))
-> Bitmap Index Scan on tbl_suppliers_pkey (cost=0.00..38.32 rows=79 width=0)
Index Cond: (id = ANY ('{73,189,138,464,712,604,645,70,226,146,98,69,585,421,428,520,88,693,117,100,386,111,318,496,67,580,438,74,131,143,48,548,468,375,212,157,84,126,72,290,114,102,68,180,144,71,187,710,572,536,254,184,563,201,707,108,169,545,87,147,120,125,733,46,530,658,661,40,41,193,363,239,58,42,53,463,80,263,158}'::integer[]))