QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.85..80.68 rows=17 width=55)
Recheck Cond: (id = ANY ('{3304,3056,918,3300,2125,3278,2032,12,3334,3281,2546,3333,518,3329,189,1121,149}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.84 rows=17 width=0)
Index Cond: (id = ANY ('{3304,3056,918,3300,2125,3278,2032,12,3334,3281,2546,3333,518,3329,189,1121,149}'::integer[]))