QUERY PLAN
Index Scan using tbl_addresses_pkey on tbl_addresses (cost=0.28..43.89 rows=2 width=205)
Index Cond: (id = ANY ('{4048,4060,4087,4088,4094,4121,4125}'::integer[]))
Filter: ((address2 IS NOT NULL) AND ((address2)::text <> ''::text))