Adds admin1 fils

This commit is contained in:
Carla Iriberri
2015-10-26 18:38:06 +01:00
parent 7eb57495ec
commit bfd2ed3f49
7 changed files with 392 additions and 0 deletions

View File

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