QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.85..81.14 rows=17 width=67)
Recheck Cond: (id = ANY ('{20,1172,89,2526,2125,3438,57,3436,2136,918,101,3359,3433,2094,149,2737,2128}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.84 rows=17 width=0)
Index Cond: (id = ANY ('{20,1172,89,2526,2125,3438,57,3436,2136,918,101,3359,3433,2094,149,2737,2128}'::integer[]))