pgLatLon

annotate GNUmakefile @ 49:b37a0dc6d1ec

Minor fix in documentation regarding GeoJSON_to_ecluster function for GeoJSON indexing
author jbe
date Thu Sep 28 02:10:21 2017 +0200 (2017-09-28)
parents 20482d4309b5
children 133626ff7cb2
rev   line source
jbe@0 1 EXTENSION = latlon
jbe@47 2 DATA = latlon--0.9--0.10.sql latlon--0.10.sql
jbe@47 3 MODULES = latlon-v0009
jbe@0 4
jbe@0 5 PG_CONFIG = pg_config
jbe@0 6 PGXS := $(shell $(PG_CONFIG) --pgxs)
jbe@0 7 include $(PGXS)

Impressum / About Us