Updated references to pg and postgis versions in readme

pull/49/head
Tim Sutton 2016-05-24 10:02:40 +02:00
rodzic 9285e832a3
commit f61915da99
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -30,7 +30,7 @@ kartoza/postgis:[postgres_version]-[postgis-version]
So for example:
``kartoza/postgis:9.4-2.1`` Provides PostgreSQL 9.4, PostGIS 2.1
``kartoza/postgis:9.5-2.2`` Provides PostgreSQL 9.5, PostGIS 2.2
**Note:** We highly recommend that you use tagged versions because
successive minor versions of PostgreSQL write their database clusters
@ -131,7 +131,7 @@ You can then go on to use any normal postgresql commands against the container.
Under ubuntu 14.04 the postgresql client can be installed like this:
```
sudo apt-get install postgresql-client-9.3
sudo apt-get install postgresql-client-9.4
```