QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.56..78.67 rows=16 width=67)
Recheck Cond: (id = ANY ('{2128,2125,3415,2130,93,2205,2202,2166,1492,12,3452,3449,3179,85,89,97}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.56 rows=16 width=0)
Index Cond: (id = ANY ('{2128,2125,3415,2130,93,2205,2202,2166,1492,12,3452,3449,3179,85,89,97}'::integer[]))