QUERY PLAN
Index Scan using tbl_addresses_pkey on tbl_addresses (cost=0.28..55.68 rows=3 width=205)
Index Cond: (id = ANY ('{3006,3013,3004,3009,3008,3012,3005,3007,3010,3014}'::integer[]))
Filter: ((address2 IS NOT NULL) AND ((address2)::text <> ''::text))