QUERY PLAN
Bitmap Heap Scan on tbl_addresses (cost=46.04..92.04 rows=6 width=26)
Recheck Cond: (id = ANY ('{2320,824,401,3922,3923,3948,4059,4069,4070,4071,4072,4073,4080,4081,4097,4231,4232,4318,4319,4396,4397}'::integer[]))
Filter: ((address2 IS NOT NULL) AND ((address2)::text <> ''::text))
-> Bitmap Index Scan on tbl_addresses_pkey (cost=0.00..46.04 rows=21 width=0)
Index Cond: (id = ANY ('{2320,824,401,3922,3923,3948,4059,4069,4070,4071,4072,4073,4080,4081,4097,4231,4232,4318,4319,4396,4397}'::integer[]))