QUERY PLAN
Bitmap Heap Scan on tbl_addresses (cost=45.46..87.87 rows=5 width=206)
Recheck Cond: (id = ANY ('{3089,3501,3793,2303,3799,3800,3801,3809,3874,3908,3933,3942,3970,4048,4068,4094,4126,4170,4254}'::integer[]))
Filter: ((address2 IS NOT NULL) AND ((address2)::text <> ''::text))
-> Bitmap Index Scan on tbl_addresses_pkey (cost=0.00..45.46 rows=19 width=0)
Index Cond: (id = ANY ('{3089,3501,3793,2303,3799,3800,3801,3809,3874,3908,3933,3942,3970,4048,4068,4094,4126,4170,4254}'::integer[]))