QUERY PLAN
Index Scan using tbl_addresses_pkey on tbl_addresses (cost=0.28..21.90 rows=1 width=206)
Index Cond: (id = ANY ('{4342,4343,4344}'::integer[]))
Filter: ((address2 IS NOT NULL) AND ((address2)::text <> ''::text))