QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=35.99..73.30 rows=14 width=49)
Recheck Cond: (id = ANY ('{2219,2845,2729,497,1172,1181,2158,48,1663,2150,94,2553,2205,528}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..35.99 rows=14 width=0)
Index Cond: (id = ANY ('{2219,2845,2729,497,1172,1181,2158,48,1663,2150,94,2553,2205,528}'::integer[]))