QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=25.73..45.31 rows=6 width=23)
Recheck Cond: (id = ANY ('{4420,4421,4432,4431,4435,4406}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..25.73 rows=6 width=0)
Index Cond: (id = ANY ('{4420,4421,4432,4431,4435,4406}'::integer[]))