QUERY PLAN
Bitmap Heap Scan on tbl_services (cost=12.83..21.69 rows=3 width=336)
Recheck Cond: (id = ANY ('{234,233,273}'::integer[]))
-> Bitmap Index Scan on tbl_services_pkey (cost=0.00..12.83 rows=3 width=0)
Index Cond: (id = ANY ('{234,233,273}'::integer[]))