QUERY PLAN
Bitmap Heap Scan on tbl_addresses (cost=45.47..87.82 rows=19 width=206)
Recheck Cond: (id = ANY ('{1261,1255,923,475,2625,2520,1232,1797,1772,1305,1319,2466,1796,845,2274,2318,925,1651,2443}'::integer[]))
-> Bitmap Index Scan on tbl_addresses_pkey (cost=0.00..45.46 rows=19 width=0)
Index Cond: (id = ANY ('{1261,1255,923,475,2625,2520,1232,1797,1772,1305,1319,2466,1796,845,2274,2318,925,1651,2443}'::integer[]))