QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=37.42..85.91 rows=19 width=504)
Recheck Cond: (id = ANY ('{16,9,6,8,56,54,79,92,29,42,72,102,97,130,126,123,63,148,157}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..37.41 rows=19 width=0)
Index Cond: (id = ANY ('{16,9,6,8,56,54,79,92,29,42,72,102,97,130,126,123,63,148,157}'::integer[]))