QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.85..81.14 rows=17 width=67)
Recheck Cond: (id = ANY ('{2526,79,57,2032,3448,12,2021,3451,3281,107,3436,3438,3443,918,3336,2553,48}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.84 rows=17 width=0)
Index Cond: (id = ANY ('{2526,79,57,2032,3448,12,2021,3451,3281,107,3436,3438,3443,918,3336,2553,48}'::integer[]))