QUERY PLAN
Bitmap Heap Scan on tbl_addresses (cost=45.18..85.81 rows=5 width=206)
Recheck Cond: (id = ANY ('{641,1299,668,2653,3027,824,647,2746,3867,3868,3874,3887,3948,4002,4060,4119,4139,4143}'::integer[]))
Filter: ((address2 IS NOT NULL) AND ((address2)::text <> ''::text))
-> Bitmap Index Scan on tbl_addresses_pkey (cost=0.00..45.17 rows=18 width=0)
Index Cond: (id = ANY ('{641,1299,668,2653,3027,824,647,2746,3867,3868,3874,3887,3948,4002,4060,4119,4139,4143}'::integer[]))