QUERY PLAN
Index Scan using tbl_addresses_pkey on tbl_addresses (cost=0.28..55.43 rows=2 width=206)
Index Cond: (id = ANY ('{3079,3790,3874,3919,4007,4077,4195,4231,4232}'::integer[]))
Filter: ((address2 IS NOT NULL) AND ((address2)::text <> ''::text))