Changes

Jump to navigation Jump to search
306 bytes removed ,  23:38, 20 September 2017
> select postgis_full_version(); -- sanity test and make sure installed and enabled
> \q</nowiki>
 
== Enabling Commands ==
 
Need to enable for each database you want to use it in before you can use it.
 
Going off of right column of http://postgis.net/install/
 
<nowiki>
$ psql -U postgres
> create extension postgis;
> create extension fuzzystrmatch;
> create excention postgis_tiger_geocoder;</nowiki>

Navigation menu