QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contract_invoices (cost=31.17..53.50 rows=11 width=147)
Recheck Cond: (id = ANY ('{1745,1762,1768,1778,1780,1845,1844,1843,1842,1784,1841}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contract_invoices_pkey (cost=0.00..31.16 rows=11 width=0)
Index Cond: (id = ANY ('{1745,1762,1768,1778,1780,1845,1844,1843,1842,1784,1841}'::integer[]))