QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=40.28..81.00 rows=15 width=67)
Recheck Cond: (id = ANY ('{2845,2836,2838,1933,2553,2798,2718,2719,2511,2582,2207,2545,2551,2540,2539}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..40.27 rows=15 width=0)
Index Cond: (id = ANY ('{2845,2836,2838,1933,2553,2798,2718,2719,2511,2582,2207,2545,2551,2540,2539}'::integer[]))