Database Reference
In-Depth Information
Provisioning
You can install PostGIS as any other extension. First you must connect to psql and then
run the statement for installation:
$ heroku pg:psql --app your-app-name
CREATE EXTENSION postgis;
In order to confirm that the installation was successful, you can run the SQL query to check
the PostGIS version available:
=> SELECT postgis_version();
postgis_version
--------------------------------------------------
2.1 USE_GEOS=1 USE_PROJ=1 USE_STATS=1
(1 row)
Search WWH ::




Custom Search