QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=41.70..109.25 rows=34 width=53)
Recheck Cond: (id = ANY ('{149,12,1560,1645,531,1134,14,286,10,2492,85,497,90,1181,1121,2202,528,1172,2532,2714,20,2094,89,1933,2125,93,189,287,3019,57,1301,2177,2136,1492}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..41.69 rows=34 width=0)
Index Cond: (id = ANY ('{149,12,1560,1645,531,1134,14,286,10,2492,85,497,90,1181,1121,2202,528,1172,2532,2714,20,2094,89,1933,2125,93,189,287,3019,57,1301,2177,2136,1492}'::integer[]))