My try at creating the client extension (to be tested)

This commit is contained in:
Rafa de la Torre
2015-11-10 15:28:12 +01:00
parent 3d274c4dd1
commit 7f26134632
9 changed files with 113 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
-- Install dependencies
CREATE EXTENSION postgis;
CREATE EXTENSION plproxy;
-- Install the extension
CREATE EXTENSION cdb_geocoder_client;