| Bitmap Heap Scan on tbl_addresses (cost=45.75..90.08 rows=5 width=206) |
| Recheck Cond: (id = ANY ('{2700,2705,2687,2692,2604,706,2704,2710,2694,2697,1492,720,908,1724,1575,2512,1812,1353,2009,3822}'::integer[])) |
| Filter: ((address2 IS NOT NULL) AND ((address2)::text <> ''::text)) |
| -> Bitmap Index Scan on tbl_addresses_pkey (cost=0.00..45.75 rows=20 width=0) |
| Index Cond: (id = ANY ('{2700,2705,2687,2692,2604,706,2704,2710,2694,2697,1492,720,908,1724,1575,2512,1812,1353,2009,3822}'::integer[])) |