QUERY PLAN
Bitmap Heap Scan on tbl_addresses (cost=46.61..94.28 rows=6 width=206)
Recheck Cond: (id = ANY ('{639,1299,679,36,30,718,678,28,647,649,720,350,675,32,3967,4012,4187,4188,4210,4211,4311,4312,4315}'::integer[]))
Filter: ((address2 IS NOT NULL) AND ((address2)::text <> ''::text))
-> Bitmap Index Scan on tbl_addresses_pkey (cost=0.00..46.61 rows=23 width=0)
Index Cond: (id = ANY ('{639,1299,679,36,30,718,678,28,647,649,720,350,675,32,3967,4012,4187,4188,4210,4211,4311,4312,4315}'::integer[]))