recast on the fly

This commit is contained in:
andrewxhill
2014-08-21 13:20:20 -04:00
parent 2ffe60e1bd
commit 430340c60e
2 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---- Postal Code Polygon table ---
--- ---
-- Clear table
DELETE FROM ip_address_locations;
INSERT INTO ip_address_locations (the_geom, network_start_ip) SELECT the_geom, network_start_ip::inet FROM latest_ip_address_locations;
DROP TABLE latest_ip_address_locations;