From: Sarah Hoffmann Date: Thu, 1 Apr 2021 12:37:20 +0000 (+0200) Subject: add recommendation for Postgresql 11+ X-Git-Tag: v3.7.0~5^2 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/d6e0bc698ea467bd22586f2445c04154507bdb98 add recommendation for Postgresql 11+ --- diff --git a/docs/admin/Installation.md b/docs/admin/Installation.md index 6237a9d4..32fa8caa 100644 --- a/docs/admin/Installation.md +++ b/docs/admin/Installation.md @@ -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+)