QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contract_invoices (cost=17.15..28.68 rows=4 width=147)
Recheck Cond: (id = ANY ('{2276,2272,2233,2201}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contract_invoices_pkey (cost=0.00..17.15 rows=4 width=0)
Index Cond: (id = ANY ('{2276,2272,2233,2201}'::integer[]))