QUERY PLAN
Index Scan using tbl_addresses_pkey on tbl_addresses (cost=0.28..64.29 rows=3 width=206)
Index Cond: (id = ANY ('{4168,4170,4206,4227,4254,4300,4302,4323,4334,4338,4339}'::integer[]))
Filter: ((address2 IS NOT NULL) AND ((address2)::text <> ''::text))