QUERY PLAN
Bitmap Heap Scan on tbl_addresses (cost=45.75..89.86 rows=5 width=206)
Recheck Cond: (id = ANY ('{2599,1633,1687,916,1264,1631,1871,1615,2550,1832,1191,1390,1340,1842,930,1295,1892,832,144,1798}'::integer[]))
Filter: ((address2 IS NOT NULL) AND ((address2)::text <> ''::text))
-> Bitmap Index Scan on tbl_addresses_pkey (cost=0.00..45.75 rows=20 width=0)
Index Cond: (id = ANY ('{2599,1633,1687,916,1264,1631,1871,1615,2550,1832,1191,1390,1340,1842,930,1295,1892,832,144,1798}'::integer[]))