recast on the fly
This commit is contained in:
9
geocoder/ip-addresses/sql/build_data_table.sql
Normal file
9
geocoder/ip-addresses/sql/build_data_table.sql
Normal 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;
|
||||
Reference in New Issue
Block a user