QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.85..80.68 rows=17 width=502)
Recheck Cond: (id = ANY ('{2545,2805,2819,2150,2532,20,2744,2130,2170,2592,2492,2574,14,2511,2136,2207,48}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.84 rows=17 width=0)
Index Cond: (id = ANY ('{2545,2805,2819,2150,2532,20,2744,2130,2170,2592,2492,2574,14,2511,2136,2207,48}'::integer[]))