QUERY PLAN
Bitmap Heap Scan on tbl_department_positions (cost=8.31..13.65 rows=2 width=154)
Recheck Cond: (id = ANY ('{1,9}'::integer[]))
-> Bitmap Index Scan on tbl_department_positions_pkey (cost=0.00..8.31 rows=2 width=0)
Index Cond: (id = ANY ('{1,9}'::integer[]))