QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=42.28..96.27 rows=22 width=53)
Recheck Cond: (id = ANY ('{982,3364,20,93,1956,57,918,917,14,15,543,5,90,10,89,1121,539,591,1098,1111,48,497}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..42.27 rows=22 width=0)
Index Cond: (id = ANY ('{982,3364,20,93,1956,57,918,917,14,15,543,5,90,10,89,1121,539,591,1098,1111,48,497}'::integer[]))