QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.56..78.67 rows=16 width=504)
Recheck Cond: (id = ANY ('{2219,15,97,2125,107,2128,89,3391,3392,149,85,2205,2762,3418,2492,48}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.56 rows=16 width=0)
Index Cond: (id = ANY ('{2219,15,97,2125,107,2128,89,3391,3392,149,85,2205,2762,3418,2492,48}'::integer[]))