QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.85..80.68 rows=17 width=63)
Recheck Cond: (id = ANY ('{3304,3056,918,3300,2125,3278,2032,2736,12,20,3326,531,4,518,3334,3281,2546}'::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,2736,12,20,3326,531,4,518,3334,3281,2546}'::integer[]))