Changes

Jump to navigation Jump to search
442 bytes added ,  23:29, 20 September 2017
no edit summary
$ sudo apt install postgresql-9.5-postgis-2.3
$ sudo apt-get install --no-install-recommends postgis</nowiki>
 
Note the last line. Without the <code>--no-install-recommends</code> line postgres assumes you're using the default configuration (in this case, postgis for postgresql 9.6). Since we're using a different flavor of postgis, we do not want this.
 
The <code>postgis</code> apt package is not the extension to postgres. It is a collection of command line utilities for importing and exporting data to a postgis db.
 
== Creating a Postgis DB ==
 
== Enabling Commands ==

Navigation menu