QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=41.13..88.69 rows=18 width=53)
Recheck Cond: (id = ANY ('{3177,918,1663,1884,1880,1879,121,1451,1425,526,1254,1163,878,979,31,891,110,552}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..41.13 rows=18 width=0)
Index Cond: (id = ANY ('{3177,918,1663,1884,1880,1879,121,1451,1425,526,1254,1163,878,979,31,891,110,552}'::integer[]))