]> git.openstreetmap.org Git - nominatim.git/commitdiff
add recommendation for Postgresql 11+
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 1 Apr 2021 12:37:20 +0000 (14:37 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 1 Apr 2021 15:10:44 +0000 (17:10 +0200)
docs/admin/Installation.md

index 6237a9d4a37b9026c4d1dd3938a6f3cb76e945b1..32fa8caad86d1e91a31f187766d66fc2a35a9f1e 100644 (file)
@@ -37,7 +37,7 @@ For compiling:
 
 For running Nominatim:
 
-  * [PostgreSQL](https://www.postgresql.org) (9.3+)
+  * [PostgreSQL](https://www.postgresql.org) (9.3+ will work, 11+ strongly recommended)
   * [PostGIS](https://postgis.net) (2.2+)
   * [Python 3](https://www.python.org/) (3.5+)
   * [Psycopg2](https://www.psycopg.org) (2.7+)