Bitmap Heap Scan on tbl_addresses (cost=45.75..89.86 rows=5 width=206) |
Recheck Cond: (id = ANY ('{748,2465,2812,3134,3143,1922,2435,2536,1474,352,1564,1679,2468,2476,2495,1389,1609,2454,2411,683}'::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 ('{748,2465,2812,3134,3143,1922,2435,2536,1474,352,1564,1679,2468,2476,2495,1389,1609,2454,2411,683}'::integer[])) |