QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.28..75.76 rows=15 width=67)
Recheck Cond: (id = ANY ('{2815,528,2128,2136,2330,1121,3304,3056,3300,918,2805,97,3323,93,2091}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.27 rows=15 width=0)
Index Cond: (id = ANY ('{2815,528,2128,2136,2330,1121,3304,3056,3300,918,2805,97,3323,93,2091}'::integer[]))