QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.28..76.14 rows=15 width=67)
Recheck Cond: (id = ANY ('{3462,3435,3301,3429,3427,3426,3286,2845,3377,2545,3364,2117,3334,3327,2616}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.27 rows=15 width=0)
Index Cond: (id = ANY ('{3462,3435,3301,3429,3427,3426,3286,2845,3377,2545,3364,2117,3334,3327,2616}'::integer[]))