Recommend PostgreSQL 9.1+ in database.yml

Postgres 8.3 is EOL and the minimum version supported by PostgreSQL
is 9.0. The production servers run 9.1, and the extension setup is
easier with it too.
This commit is contained in:
Paul Norman 2014-11-06 21:41:15 -08:00 committed by Tom Hughes
parent 4877799160
commit 295c4f6992

View file

@ -1,4 +1,4 @@
# Using a recent release (8.3 or higher) of PostgreSQL (http://postgresql.org/) is recommended.
# Using a recent release (9.1 or higher) of PostgreSQL (http://postgresql.org/) is recommended.
# See https://github.com/openstreetmap/openstreetmap-website/blob/master/INSTALL.md#database-setup for detailed setup instructions.
#
development: