QUERY PLAN
Bitmap Heap Scan on tbl_addresses (cost=46.33..92.15 rows=6 width=206)
Recheck Cond: (id = ANY ('{3441,2742,2477,711,3572,3619,755,2696,2703,675,4049,4064,4089,4104,4105,4106,4141,4168,4234,4235,4252,4253}'::integer[]))
Filter: ((address2 IS NOT NULL) AND ((address2)::text <> ''::text))
-> Bitmap Index Scan on tbl_addresses_pkey (cost=0.00..46.32 rows=22 width=0)
Index Cond: (id = ANY ('{3441,2742,2477,711,3572,3619,755,2696,2703,675,4049,4064,4089,4104,4105,4106,4141,4168,4234,4235,4252,4253}'::integer[]))