Bitmap Heap Scan on tbl_addresses (cost=45.18..85.62 rows=5 width=206) |
Recheck Cond: (id = ANY ('{2700,2705,2687,1171,2692,2604,2704,2710,2694,634,2697,720,908,1724,2512,1353,3822,3874}'::integer[])) |
Filter: ((address2 IS NOT NULL) AND ((address2)::text <> ''::text)) |
-> Bitmap Index Scan on tbl_addresses_pkey (cost=0.00..45.17 rows=18 width=0) |
Index Cond: (id = ANY ('{2700,2705,2687,1171,2692,2604,2704,2710,2694,634,2697,720,908,1724,2512,1353,3822,3874}'::integer[])) |