QUERY PLAN
Bitmap Heap Scan on tbl_addresses (cost=45.46..87.87 rows=5 width=206)
Recheck Cond: (id = ANY ('{2768,2011,2806,3015,2760,3018,2796,2811,2799,2759,2804,2770,2771,3011,2772,2959,2963,2614,3809}'::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 ('{2768,2011,2806,3015,2760,3018,2796,2811,2799,2759,2804,2770,2771,3011,2772,2959,2963,2614,3809}'::integer[]))