QUERY PLAN
Bitmap Heap Scan on tbl_addresses (cost=40.60..79.16 rows=4 width=26)
Recheck Cond: (id = ANY ('{647,3874,4055,4056,4057,4058,4082,4187,4188,4189,4190,4245,4246,4247,4248,4249}'::integer[]))
Filter: ((address2 IS NOT NULL) AND ((address2)::text <> ''::text))
-> Bitmap Index Scan on tbl_addresses_pkey (cost=0.00..40.60 rows=16 width=0)
Index Cond: (id = ANY ('{647,3874,4055,4056,4057,4058,4082,4187,4188,4189,4190,4245,4246,4247,4248,4249}'::integer[]))