QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=21.73..39.11 rows=6 width=64)
Recheck Cond: (id = ANY ('{4122,2364,4017,4031,4128,3706}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..21.73 rows=6 width=0)
Index Cond: (id = ANY ('{4122,2364,4017,4031,4128,3706}'::integer[]))