Bitmap Heap Scan on tbl_addresses (cost=40.31..76.98 rows=4 width=26) |
Recheck Cond: (id = ANY ('{647,4055,4056,4057,4058,4082,4187,4188,4189,4190,4245,4246,4247,4248,4249}'::integer[])) |
Filter: ((address2 IS NOT NULL) AND ((address2)::text <> ''::text)) |
-> Bitmap Index Scan on tbl_addresses_pkey (cost=0.00..40.31 rows=15 width=0) |
Index Cond: (id = ANY ('{647,4055,4056,4057,4058,4082,4187,4188,4189,4190,4245,4246,4247,4248,4249}'::integer[])) |