QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.28..76.14 rows=15 width=67)
Recheck Cond: (id = ANY ('{3364,2545,2117,3344,3334,3327,2616,2553,3304,2538,3315,3311,3301,2845,3286}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.27 rows=15 width=0)
Index Cond: (id = ANY ('{3364,2545,2117,3344,3334,3327,2616,2553,3304,2538,3315,3311,3301,2845,3286}'::integer[]))