QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.28..76.14 rows=15 width=49)
Recheck Cond: (id = ANY ('{2125,2128,3462,982,3389,2150,3009,2593,3286,1172,2182,3451,3436,3359,918}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.27 rows=15 width=0)
Index Cond: (id = ANY ('{2125,2128,3462,982,3389,2150,3009,2593,3286,1172,2182,3451,3436,3359,918}'::integer[]))