QUERY PLAN
Index Scan using tbl_addresses_pkey on tbl_addresses (cost=0.28..65.18 rows=3 width=205)
Index Cond: (id = ANY ('{2742,2477,3790,3888,3889,3952,3953,4007,4049,4080,4081,4089,4097}'::integer[]))
Filter: ((address2 IS NOT NULL) AND ((address2)::text <> ''::text))