QUERY PLAN
Bitmap Heap Scan on tbl_services (cost=8.56..14.85 rows=2 width=312)
Recheck Cond: (id = ANY ('{273,234}'::integer[]))
-> Bitmap Index Scan on tbl_services_pkey (cost=0.00..8.55 rows=2 width=0)
Index Cond: (id = ANY ('{273,234}'::integer[]))