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