6 lines
139 B
Plaintext
6 lines
139 B
Plaintext
|
-- Install dependencies
|
||
|
CREATE EXTENSION postgis;
|
||
|
CREATE EXTENSION plproxy;
|
||
|
-- Install the extension
|
||
|
CREATE EXTENSION cdb_geocoder_client;
|