Bitmap Heap Scan on tbl_addresses (cost=45.75..89.86 rows=5 width=206) |
Recheck Cond: (id = ANY ('{2751,1477,2490,780,3136,969,1229,2517,1168,1766,1451,1445,2498,1733,933,2028,2226,2247,1785,2502}'::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 ('{2751,1477,2490,780,3136,969,1229,2517,1168,1766,1451,1445,2498,1733,933,2028,2226,2247,1785,2502}'::integer[])) |