QUERY PLAN
Bitmap Heap Scan on tbl_addresses (cost=46.33..92.15 rows=6 width=206)
Recheck Cond: (id = ANY ('{1633,1687,916,2654,2704,2694,1754,931,1631,2550,1794,2458,2480,1295,1225,832,1798,3822,3850,3851,3852,4261}'::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 ('{1633,1687,916,2654,2704,2694,1754,931,1631,2550,1794,2458,2480,1295,1225,832,1798,3822,3850,3851,3852,4261}'::integer[]))