Bitmap Heap Scan on tbl_addresses (cost=46.61..93.49 rows=6 width=26) |
Recheck Cond: (id = ANY ('{2477,224,2653,3809,3817,3818,3952,3953,3996,3997,4069,4070,4071,4072,4073,4080,4081,4094,4104,4105,4106,4114,4125}'::integer[])) |
Filter: ((address2 IS NOT NULL) AND ((address2)::text <> ''::text)) |
-> Bitmap Index Scan on tbl_addresses_pkey (cost=0.00..46.61 rows=23 width=0) |
Index Cond: (id = ANY ('{2477,224,2653,3809,3817,3818,3952,3953,3996,3997,4069,4070,4071,4072,4073,4080,4081,4094,4104,4105,4106,4114,4125}'::integer[])) |