dataservices-api/client/sql/00_installation_test.sql
2015-11-10 15:28:12 +01:00

7 lines
140 B
SQL

-- Install dependencies
CREATE EXTENSION postgis;
CREATE EXTENSION plproxy;
-- Install the extension
CREATE EXTENSION cdb_geocoder_client;