QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=58.24..163.08 rows=92 width=49)
Recheck Cond: (id = ANY ('{3337,27,2499,2136,2321,72,391,1393,2592,3268,292,109,2757,2756,80,149,1681,2146,3081,318,39,2614,17,24,23,2596,3233,2796,982,1128,497,13,2588,2294,1284,89,2682,85,3028,14,2041,2453,2150,25,1283,3359,3089,2804,2172,1933,517,146,77,12,579,1951,3270,528,2655,2397,121,1126,3336,2766,90,2496,94,298,1925,1492,1221,975,18,2454,2578,3441,483,306,1111,21,2293,3198,1467,1097,977,2580,2740,2004,2712,3267,624,1209}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..58.22 rows=92 width=0)
Index Cond: (id = ANY ('{3337,27,2499,2136,2321,72,391,1393,2592,3268,292,109,2757,2756,80,149,1681,2146,3081,318,39,2614,17,24,23,2596,3233,2796,982,1128,497,13,2588,2294,1284,89,2682,85,3028,14,2041,2453,2150,25,1283,3359,3089,2804,2172,1933,517,146,77,12,579,1951,3270,528,2655,2397,121,1126,3336,2766,90,2496,94,298,1925,1492,1221,975,18,2454,2578,3441,483,306,1111,21,2293,3198,1467,1097,977,2580,2740,2004,2712,3267,624,1209}'::integer[]))