> 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>