QUERY PLAN
Index Scan using tbl_addresses_pkey on tbl_addresses (cost=0.28..47.90 rows=2 width=206)
Index Cond: (id = ANY ('{3089,2303,3809,3903,4068,4206,4254,4408}'::integer[]))
Filter: ((address2 IS NOT NULL) AND ((address2)::text <> ''::text))