Bitmap Heap Scan on tbl_addresses (cost=45.18..85.81 rows=5 width=206) |
Recheck Cond: (id = ANY ('{2700,2705,1171,2692,1796,845,2710,2697,720,1575,1812,1353,1651,2443,2274,925,2318,2009}'::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,1171,2692,1796,845,2710,2697,720,1575,1812,1353,1651,2443,2274,925,2318,2009}'::integer[])) |