QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=40.85..86.18 rows=17 width=505)
Recheck Cond: (id = ANY ('{1661,1188,3415,12,3286,3281,57,2146,1181,2589,2221,3408,402,304,2136,518,3389}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..40.84 rows=17 width=0)
Index Cond: (id = ANY ('{1661,1188,3415,12,3286,3281,57,2146,1181,2589,2221,3408,402,304,2136,518,3389}'::integer[]))