QUERY PLAN
Bitmap Heap Scan on tbl_addresses (cost=45.18..85.99 rows=5 width=26)
Recheck Cond: (id = ANY ('{2320,711,824,3799,3800,3801,3809,3996,3997,4187,4188,4210,4211,4409,4410,4411,4412,4413}'::integer[]))
Filter: ((address2 IS NOT NULL) AND ((address2)::text <> ''::text))
-> Bitmap Index Scan on tbl_addresses_pkey (cost=0.00..45.17 rows=18 width=0)
Index Cond: (id = ANY ('{2320,711,824,3799,3800,3801,3809,3996,3997,4187,4188,4210,4211,4409,4410,4411,4412,4413}'::integer[]))