]> git.openstreetmap.org Git - rails.git/commit
Recommend PostgreSQL 9.1+ in database.yml
authorPaul Norman <penorman@mac.com>
Fri, 7 Nov 2014 05:41:15 +0000 (21:41 -0800)
committerTom Hughes <tom@compton.nu>
Fri, 7 Nov 2014 08:24:26 +0000 (08:24 +0000)
commit295c4f69922853d234c72465e9599de46163575c
tree68c445cd8eeaf57ddeb5981f37a87ca2abc0b2ca
parent48777991604a6086d873afa8906e346418519ee3
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.
config/example.database.yml