QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=35.71..72.97 rows=13 width=53)
Recheck Cond: (id = ANY ('{2616,3334,3327,2117,2545,2845,3364,3372,2553,2125,3286,3278,1661}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..35.70 rows=13 width=0)
Index Cond: (id = ANY ('{2616,3334,3327,2117,2545,2845,3364,3372,2553,2125,3286,3278,1661}'::integer[]))