QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.28..75.86 rows=15 width=55)
Recheck Cond: (id = ANY ('{3323,2803,526,2128,2526,2125,85,2135,2130,2136,3332,3331,12,2596,93}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.27 rows=15 width=0)
Index Cond: (id = ANY ('{3323,2803,526,2128,2526,2125,85,2135,2130,2136,3332,3331,12,2596,93}'::integer[]))