QUERY PLAN
Index Scan using tbl_addresses_pkey on tbl_addresses (cost=0.28..74.37 rows=4 width=26)
Index Cond: (id = ANY ('{2477,2653,3817,3818,3996,3997,4069,4070,4071,4072,4073,4082,4104,4105,4106}'::integer[]))
Filter: ((address2 IS NOT NULL) AND ((address2)::text <> ''::text))