QUERY PLAN
Bitmap Heap Scan on tbl_implement_records (cost=61.51..122.44 rows=19 width=27)
Recheck Cond: (id = ANY ('{6928,6887,6858,6882,6889,6900,6904,6917,6920,6931,6932,6933,6937,6946,6954,6955,6959,6970,6975}'::integer[]))
-> Bitmap Index Scan on tbl_implement_records_pkey (cost=0.00..61.51 rows=19 width=0)
Index Cond: (id = ANY ('{6928,6887,6858,6882,6889,6900,6904,6917,6920,6931,6932,6933,6937,6946,6954,6955,6959,6970,6975}'::integer[]))