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