First version of the extension cdb_geocoder_admin0

This commit is contained in:
Rafa de la Torre
2015-10-22 17:05:09 +02:00
parent 55518bfa2b
commit cc58df6fcd
8 changed files with 205 additions and 122 deletions

View File

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