Last active
May 15, 2020 23:26
-
-
Save dsandip/a153dbd3907a174c9949c77a2f31e290 to your computer and use it in GitHub Desktop.
Commands to create PostGIS extension for Postgres
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE EXTENSION postgis; | |
CREATE EXTENSION postgis_topology; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The extension postgis_topology is not necessary and doesn't work on Heroku with Postgres v12. So that one can be removed from the instructions and change the word "topology" into "geography" on the blog article :)