liquid_feedback_core

view pgLatLon/GNUmakefile @ 529:96ee2db56bec

New PostgreSQL extension "pgLatLon" for geospatial operations and indexing in LiquidFeedback
author jbe
date Thu Aug 18 20:19:58 2016 +0200 (2016-08-18)
parents
children
line source
1 EXTENSION = latlon
2 DATA = latlon--0.1.sql
3 MODULES = latlon-v0001
5 PG_CONFIG = pg_config
6 PGXS := $(shell $(PG_CONFIG) --pgxs)
7 include $(PGXS)

Impressum / About Us