QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=79.97..150.32 rows=56 width=22)
Recheck Cond: (id = ANY ('{2652,2721,1705,285,1619,1523,2465,393,1887,224,1590,1928,2455,1495,303,2490,795,1630,2545,2356,1953,1471,2473,1496,2467,1410,1515,1642,1580,2491,1122,1416,1617,1063,1835,1701,1490,288,1479,2449,2458,1412,1621,1182,2607,2707,755,1865,1124,1491,1095,1699,1534,2974,295,3494}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..79.96 rows=56 width=0)
Index Cond: (id = ANY ('{2652,2721,1705,285,1619,1523,2465,393,1887,224,1590,1928,2455,1495,303,2490,795,1630,2545,2356,1953,1471,2473,1496,2467,1410,1515,1642,1580,2491,1122,1416,1617,1063,1835,1701,1490,288,1479,2449,2458,1412,1621,1182,2607,2707,755,1865,1124,1491,1095,1699,1534,2974,295,3494}'::integer[]))