clean empty postal code point rows

This commit is contained in:
andrewxhill
2014-09-19 23:53:49 +02:00
parent 2e0b8a4213
commit f64359e1a5

View File

@@ -23,4 +23,5 @@ FROM tmp_zipcode_points
DROP TABLE tmp_zipcode_points;
-- remove unusable rows
DELETE FROM postal_code_points WHERE the_geom IS NULL;