Bump recommended minimum PostgreSQL version to 9.3

This commit is contained in:
Jamie Nguyen
2015-05-23 12:47:06 +01:00
parent 379eb01aab
commit f6688dd79e
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ Note: If you are developing on a Mac, you will probably want to look at [these i
## First Steps
1. Install and configure PostgreSQL 9.2+.
1. Install and configure PostgreSQL 9.3+.
1. Run `postgres -V` to see if you already have it.
1. Make sure that the server's messages language is English; this is [required](https://github.com/rails/rails/blob/3006c59bc7a50c925f6b744447f1d94533a64241/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb#L1140) by the ActiveRecord Postgres adapter.
2. Install and configure Redis 2+.