Adding postal code files. Not complete

This commit is contained in:
Carla Iriberri
2015-10-26 19:29:45 +01:00
parent 7eb57495ec
commit 0bb3c7b5b5
7 changed files with 503 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
EXTENSION = cdb_geocoder_postalcode
DATA = cdb_geocoder_postalcode--0.0.1.sql
REGRESS = cdb_geocoder_postalcode_test
# postgres build stuff
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)