QUERY PLAN
Bitmap Heap Scan on tbl_addresses (cost=40.32..77.10 rows=15 width=206)
Recheck Cond: (id = ANY ('{2694,2704,908,2512,2687,1724,2604,720,2697,2692,2700,2705,1171,2710,1353}'::integer[]))
-> Bitmap Index Scan on tbl_addresses_pkey (cost=0.00..40.31 rows=15 width=0)
Index Cond: (id = ANY ('{2694,2704,908,2512,2687,1724,2604,720,2697,2692,2700,2705,1171,2710,1353}'::integer[]))