diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2018-11-26 11:59:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-26 11:59:05 -0500 |
commit | 713e75d46dc75274a996661ed3ff773bc481d7a5 (patch) | |
tree | 8fdbc7bbd8ad0072f9b3a270be0cf91516fd1346 /guides | |
parent | 0fe258dbf9e32422ab1281af0279fa0ef37429a9 (diff) | |
parent | 6fb128d14427019b10e1ac5205f48f72feffe767 (diff) | |
download | rails-713e75d46dc75274a996661ed3ff773bc481d7a5.tar.gz rails-713e75d46dc75274a996661ed3ff773bc481d7a5.tar.bz2 rails-713e75d46dc75274a996661ed3ff773bc481d7a5.zip |
Merge pull request #34520 from yahonda/bump_pg93
Bump the minimum version of PostgreSQL to 9.3
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/active_record_postgresql.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_record_postgresql.md b/guides/source/active_record_postgresql.md index 16c1567c69..536a7138e9 100644 --- a/guides/source/active_record_postgresql.md +++ b/guides/source/active_record_postgresql.md @@ -14,7 +14,7 @@ After reading this guide, you will know: -------------------------------------------------------------------------------- -In order to use the PostgreSQL adapter you need to have at least version 9.1 +In order to use the PostgreSQL adapter you need to have at least version 9.3 installed. Older versions are not supported. To get started with PostgreSQL have a look at the |