QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.85..81.14 rows=17 width=49)
Recheck Cond: (id = ANY ('{530,3216,2519,2838,23,1296,1659,57,2499,3463,2803,491,1492,2846,2414,79,539}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.84 rows=17 width=0)
Index Cond: (id = ANY ('{530,3216,2519,2838,23,1296,1659,57,2499,3463,2803,491,1492,2846,2414,79,539}'::integer[]))