mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 19:07:58 +00:00
increase minimum Postgresql to 9.5
The SQL code uses array_agg with arrays which is only supported for Postgresql 9.5. We could provide a workaround but given that 9.3/9.4 are not tested at all there is a good chance that there are other problems. See #2394.
This commit is contained in:
@@ -37,7 +37,7 @@ For compiling:
|
||||
|
||||
For running Nominatim:
|
||||
|
||||
* [PostgreSQL](https://www.postgresql.org) (9.3+ will work, 11+ strongly recommended)
|
||||
* [PostgreSQL](https://www.postgresql.org) (9.5+ 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+)
|
||||
|
||||
Reference in New Issue
Block a user