QUERY PLAN
Bitmap Heap Scan on tbl_addresses (cost=46.61..94.02 rows=6 width=206)
Recheck Cond: (id = ANY ('{773,766,3027,1604,401,3790,3874,3887,3888,3889,3943,3944,3996,3997,4007,4060,4077,4080,4081,4139,4143,4184,4185}'::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 ('{773,766,3027,1604,401,3790,3874,3887,3888,3889,3943,3944,3996,3997,4007,4060,4077,4080,4081,4139,4143,4184,4185}'::integer[]))