aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2018-11-26 11:59:05 -0500
committerGitHub <noreply@github.com>2018-11-26 11:59:05 -0500
commit713e75d46dc75274a996661ed3ff773bc481d7a5 (patch)
tree8fdbc7bbd8ad0072f9b3a270be0cf91516fd1346 /guides
parent0fe258dbf9e32422ab1281af0279fa0ef37429a9 (diff)
parent6fb128d14427019b10e1ac5205f48f72feffe767 (diff)
downloadrails-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.md2
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